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 ERP? Architecture of apps?
what is the purpose of standard cost update?
How to report output like below supplier name date amount abc software jan/11 10000 /* jan month total transactions*/ abc software feb/12 30000 /* feb month total transactions*/ dell computers jan/13 45000 /* jan month total transactions*/
how many layout sections are tehre in layout editor?
How can u populate data into po_headers_all segment2 column?
Hi Experts How to Create a purchase order without a requisition ?
6 Answers Amdocs, KPMG, Oracle,
what are the different transaction clauses in AR?
Cycle of requestion to receving transaction.
How does accounting occured in Expense Reporting?
There are set of records to be processed from staging table into interface table. If one record fails the entire set of data should be rejected.
Registering parametric report?
where the accounting related data is stored ? all type of accounting related data costing etc...