DBA Data[Home] [Help]

APPS.CSI_UTILITY_GRP dependencies on RCV_TRANSACTIONS

Line 536: from rcv_transactions rt,

532:
533: BEGIN
534: select pla.Item_Id
535: into l_item_id
536: from rcv_transactions rt,
537: po_lines_all pla
538: where rt.transaction_id = l_source_id
539: and rt.po_Line_Id = pla.po_Line_Id;
540: