DBA Data[Home] [Help]

APPS.ECE_RULES_PKG dependencies on HZ_CONTACT_POINTS

Line 407: hz_contact_points hcp

403: select td.tp_detail_id,
404: nvl(td.edi_flag,'N')
405: from ece_tp_details td,
406: ce_bank_branches_v cbb,
407: hz_contact_points hcp
408: where td.translator_code = l_translator_code and
409: hcp.edi_ece_tp_location_code = l_location_code and
410: hcp.edi_tp_header_id = td.tp_header_id and
411: hcp.owner_table_id = cbb.branch_party_id and