DBA Data[Home] [Help]

APPS.RCV_EXPRESS_SV dependencies on PO_DISTRIBUTIONS

Line 1757: FROM po_distributions

1753: rcv_trx.locator_id IS NOT NULL) THEN
1754:
1755: SELECT project_id, task_id
1756: INTO x_project_id, x_task_id
1757: FROM po_distributions
1758: WHERE po_distribution_id = rcv_trx.po_distribution_id;
1759:
1760: ELSIF (rcv_trx.requisition_line_id is not null and
1761: rcv_trx.locator_id is not null) then