DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on CE_BANK_ACCOUNTS

Line 544: FROM CE_BANK_ACCOUNTS

540: l_from_clause := ' From ' || p_entity_table;
541: l_where_clause := ' Where bank_account_id = :p_entity_id ';
542: SELECT attribute_category
543: INTO l_attribute_category
544: FROM CE_BANK_ACCOUNTS
545: WHERE bank_account_id = p_entity_id;
546:
547: ELSIF p_entity_table = G_DFF_EXT_BANK_ACCOUNT THEN
548: l_num_of_attributes := 15;