DBA Data[Home] [Help]

APPS.EC_INBOUND_STAGE dependencies on PO_VENDOR_SITES

Line 1200: po_vendor_sites pvs,

1196: )
1197: IS
1198: select tp_code
1199: from ece_tp_details td,
1200: po_vendor_sites pvs,
1201: ece_tp_headers th
1202: where td.translator_code = i_translator_code and
1203: pvs.ece_tp_location_code = i_location_code and
1204: pvs.tp_header_id = td.tp_header_id and