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

wht is difference between is and as varibales,while declaring procedure which is better?

3 Answers   Wipro,


Hoe to skip middle of the record by using SQL*Loader?

5 Answers  


what is meant by Table space?

2 Answers  


what are the different types of parameters avialable in reports?

2 Answers   Oracle,


List the various types of value set.

0 Answers  






How many parameters we can pass through pl/sql program in Oracle apps

4 Answers  


Plz anybody send me Technical specification for AP Interface

0 Answers   Satyam,


AOL?

4 Answers  


Name the different Cursor Attributes.

2 Answers   Satyam,


in which table sub inventory related information for item is stored?

3 Answers   chain sys, Scan Steel,


what are the error tables in AP?

6 Answers  


how to debug the report?

2 Answers   IBM, Qualcomm, Sierra Atlantica,


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)