link between po and ap modules
Answers were Sorted based on User's Feedback
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 |
Answer / vipul maheshwari
PO_DISTRIBUTIONS_ALL
AP_INVOICE_DISTRIBUTIONS
LINK BY : PO_DISTRIBUTION_ID
| Is This Answer Correct ? | 29 Yes | 0 No |
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 |
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 |
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 |
What is the autonomous transaction?give me example?
What are the Major differences between appcore.pll and appcore2.pll
5 Answers Infosys, Sierra Atlantica,
what is the difference between oracle 8i and 9i?
Which one Module is Biggest Module in oracle apps?
In what situation u create the BPA.
what are external tables? how can we use external table instead of sql * loader to load data from flat file to staging table?
why do we go for oracle apps technical other than sap and other packages?
how to change the logo in template dynamically?
What is responsibility and how u attach
difference between 2 way and 4 way matching
what are the error tables in OM
what is repeting frame?