DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_WF dependencies on ECX_TP_HEADERS

Line 2819: WHERE tp_header_id = (SELECT tp_header_id FROM ecx_tp_headers

2815:
2816: SELECT standard_code
2817: INTO l_standard_code
2818: FROM ecx_tp_details_v
2819: WHERE tp_header_id = (SELECT tp_header_id FROM ecx_tp_headers
2820: WHERE party_id = l_party_id
2821: AND party_site_id = l_party_site_id
2822: AND party_type = 'C')
2823: AND transaction_type ='ONT'