DBA Data[Home] [Help]

APPS.M4U_SETUP_PACKAGE dependencies on ECX_TP_HEADERS

Line 135: ecx_tp_headers tph,

131: SELECT tp_detail_id
132: INTO l_tp_dtl_id
133: FROM
134: ecx_tp_details tpd,
135: ecx_tp_headers tph,
136: ecx_ext_processes extp,
137: ecx_transactions txn,
138: ecx_standards svl
139: WHERE 1=1

Line 526: FROM ecx_tp_headers

522: BEGIN
523:
524: SELECT tp_header_id
525: INTO l_tp_hdr_id
526: FROM ecx_tp_headers
527: WHERE party_type = 'I'
528: AND party_id = l_location_id
529: AND party_site_id = l_location_id;
530: