DBA Data[Home] [Help]

APPS.INV_LOGICAL_TRANSACTIONS_PUB dependencies on PO_REQ_DISTRIBUTIONS_ALL

Line 437: FROM po_req_distributions_all

433: --bug 3357867 get the distribution account id from po api
434: -- get the expenditure type and org from po_distributions.
435: SELECT expenditure_type,expenditure_organization_id
436: INTO l_expenditure_type,l_expenditure_org
437: FROM po_req_distributions_all
438: WHERE requisition_line_id = l_requisition_line_id;
439:
440: l_distribution_account_id:= PO_REQ_DIST_SV1.get_dist_account(l_requisition_line_id);
441: