DBA Data[Home] [Help]

APPS.CSI_UTILITY_GRP dependencies on PO_LINES_ALL

Line 537: po_lines_all pla

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:
541: IF p_item_id = l_item_id THEN