DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_BEPKEYS

Line 665: FROM IBY_BEPKEYS

661: l_from_clause := ' From ' || p_entity_table;
662: l_where_clause := ' Where bep_account_id = :p_entity_id ';
663: SELECT attribute_category
664: INTO l_attribute_category
665: FROM IBY_BEPKEYS
666: WHERE bep_account_id = p_entity_id;
667:
668: ELSIF p_entity_table = G_DFF_LEGAL_ENTITY THEN
669: l_num_of_attributes := 20;