DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on XLE_FIRSTPARTY_INFORMATION_V

Line 515: FROM XLE_FIRSTPARTY_INFORMATION_V

511: l_from_clause := ' From ' || p_entity_table;
512: l_where_clause := ' Where legal_entity_id = :p_entity_id ';
513: SELECT attribute_category
514: INTO l_attribute_category
515: FROM XLE_FIRSTPARTY_INFORMATION_V
516: WHERE legal_entity_id = p_entity_id;
517:
518: ELSIF p_entity_table = G_DFF_PARTY THEN
519: