DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_EXT_BANK_ACCOUNTS

Line 712: FROM IBY_EXT_BANK_ACCOUNTS

708: l_from_clause := ' From ' || p_entity_table;
709: l_where_clause := ' Where ext_bank_account_id = :p_entity_id ';
710: SELECT attribute_category
711: INTO l_attribute_category
712: FROM IBY_EXT_BANK_ACCOUNTS
713: WHERE ext_bank_account_id = p_entity_id;
714:
715: --Bug 11923557
716: ELSIF p_entity_table = G_DFF_PMT_INSTR_USES_ALL THEN