DBA Data[Home] [Help]

APPS.CSE_RCVTXN_PKG dependencies on PO_LINES_ALL

Line 51: po_lines_all pla ,

47: rt.organization_id,
48: rt.transaction_type,
49: rt.destination_type_code
50: FROM rcv_transactions rt ,
51: po_lines_all pla ,
52: po_distributions_all pda
53: WHERE rt.transaction_id = p_transaction_id
54: AND pda.po_distribution_id = rt.po_distribution_id
55: AND pla.po_line_id = rt.po_line_id;