DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_BEPKEYS

Line 506: FROM IBY_BEPKEYS

502: l_from_clause := ' From ' || p_entity_table;
503: l_where_clause := ' Where bep_account_id = :p_entity_id ';
504: SELECT attribute_category
505: INTO l_attribute_category
506: FROM IBY_BEPKEYS
507: WHERE bep_account_id = p_entity_id;
508:
509: ELSIF p_entity_table = G_DFF_LEGAL_ENTITY THEN
510: l_num_of_attributes := 20;