DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on PO_REQ_DISTRIBUTIONS_ALL

Line 453: FROM po_req_distributions_all

449: --bug 3357867 get the distribution account id from po api
450: -- get the expenditure type and org from po_distributions.
451: SELECT expenditure_type,expenditure_organization_id
452: INTO l_expenditure_type,l_expenditure_org
453: FROM po_req_distributions_all
454: WHERE requisition_line_id = l_requisition_line_id;
455:
456: l_distribution_account_id:= PO_REQ_DIST_SV1.get_dist_account(l_requisition_line_id);
457: