DBA Data[Home] [Help]

APPS.WSH_TPA_SELECTOR_PKG dependencies on ECE_TP_HEADERS

Line 205: ece_tp_headers eth,

201:
202: CURSOR Get_Tp_Code (v_tp_hdr_id NUMBER) IS -- TCA View Removal starts
203: SELECT etg.tp_group_code
204: FROM ece_tp_group etg,
205: ece_tp_headers eth,
206: hz_cust_acct_sites_all acct_site
207: WHERE acct_site.tp_header_id = v_tp_hdr_id
208: AND acct_site.tp_header_id = eth.tp_header_id
209: AND eth.tp_group_id = etg.tp_group_id; -- -- TCA View Removal ends