DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on CE_BANK_ACCOUNTS

Line 703: FROM CE_BANK_ACCOUNTS

699: l_from_clause := ' From ' || p_entity_table;
700: l_where_clause := ' Where bank_account_id = :p_entity_id ';
701: SELECT attribute_category
702: INTO l_attribute_category
703: FROM CE_BANK_ACCOUNTS
704: WHERE bank_account_id = p_entity_id;
705:
706: ELSIF p_entity_table = G_DFF_EXT_BANK_ACCOUNT THEN
707: l_num_of_attributes := 15;