DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_EXT_BANK_ACCOUNTS

Line 553: FROM IBY_EXT_BANK_ACCOUNTS

549: l_from_clause := ' From ' || p_entity_table;
550: l_where_clause := ' Where ext_bank_account_id = :p_entity_id ';
551: SELECT attribute_category
552: INTO l_attribute_category
553: FROM IBY_EXT_BANK_ACCOUNTS
554: WHERE ext_bank_account_id = p_entity_id;
555:
556: ELSIF p_entity_table = G_DFF_PO_VENDORS THEN
557: l_num_of_attributes := 15;