DBA Data[Home] [Help]

APPS.RCV_EXPRESS_SV dependencies on PO_DISTRIBUTIONS

Line 1621: FROM po_distributions

1617: rcv_trx.locator_id IS NOT NULL) THEN
1618:
1619: SELECT project_id, task_id
1620: INTO x_project_id, x_task_id
1621: FROM po_distributions
1622: WHERE po_distribution_id = rcv_trx.po_distribution_id;
1623:
1624: ELSIF (rcv_trx.requisition_line_id is not null and
1625: rcv_trx.locator_id is not null) then