link between po and ap modules

Answers were Sorted based on User's Feedback



link between po and ap modules..

Answer / gangadhar

po_distribution_id in the tables
po_distributions_all and ap_invoice_distributions is the
link btwn ap and po.

Is This Answer Correct ?    34 Yes 1 No

link between po and ap modules..

Answer / vipul maheshwari

PO_DISTRIBUTIONS_ALL
AP_INVOICE_DISTRIBUTIONS

LINK BY : PO_DISTRIBUTION_ID

Is This Answer Correct ?    29 Yes 0 No

link between po and ap modules..

Answer / nithya

when u place a po to the supplier he will return the items u
needed along with an invoice. Now u r liable to pay the amt
specified (accounts payable) in the invoice which is covered
in ap module.

Is This Answer Correct ?    12 Yes 5 No

link between po and ap modules..

Answer / natthu matte

invoice_distribution_id from ap_invoice_distributions_all
and po_distribution_id from po_distributions_all,
eq:-
SELECT *
FROM ap_invoice_distributions_all
WHERE invoice_distribution_id IN (SELECT po_distribution_id
FROM
po_distributions_all);

Is This Answer Correct ?    4 Yes 0 No

link between po and ap modules..

Answer / srinivas.r

Here we are having the table which is in PO module
po_distributions_all;
and table in AP module ap_invoice_distrinutions_all
in these two tables there is a common column
i.e., PO_DISTRIBUTION_ID;

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More Oracle Apps Technical Interview Questions

1) why we need to do Validations when the Standard Conc. Prog or the API will do all the validations 2) How can we display more then 1 column data in a formula column (Ex displaying Empno, Ename, sal data in one Formula column) 3) is it possible to give 2 out paramaters in a function

2 Answers   Zensar,


Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?

0 Answers  


in one report using two layout models.if yes how to do

2 Answers  


Can you explain the difference between architecture followed in 10g & 11g?

0 Answers  


what is the difference between character mode,bitmap mode

2 Answers   IBM, Sierra Atlantica,






How do you register report in oracle apps?

0 Answers  


Which is the best website to learn Oracle Apps?

2 Answers  


what are the different types of parameters avialable in reports?

2 Answers   Oracle,


What r the type Models in the system parameters of the report?

1 Answers  


What is request group

4 Answers   Accenture,


what r the objects u have to do in u experiance

1 Answers  


in sql *loder how to skip the middle records ex:from 10th to 20th records i want to skip?

2 Answers   Oracle, Schneider,


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)