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

when will formula,place holder and summary columns fire in reports?

1 Answers   TCS,


What are profile options?

4 Answers   Accenture,


what is the back ground program run while transferring data from OM to AR?

4 Answers   Qwest,


What is an Index , Types od index why we are use index.

2 Answers   IBM,


The report output is 10 pages then how many times between pages report trigger will fire?

1 Answers   IBM,






What and Who is the best Institute or Trainer for Oracle Apps Technical ?

2 Answers  


what are centralized and decentralized level of control of item attributes?

2 Answers   Scan Steel,


explain registration steps of a concurrent program.

1 Answers   TCS,


Explain oracle apps architecture.

0 Answers  


in procedure how to return a value

4 Answers  


which parameters passed in report in oracle developer how to pass

1 Answers   Wipro,


wht r the basetables of customer interface?

2 Answers  


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)