DBA Data[Home] [Help]

APPS.ECE_RULES_PKG dependencies on CE_BANK_BRANCHES_V

Line 406: ce_bank_branches_v cbb,

402: CURSOR c_bank_addr IS
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