DBA Data[Home] [Help]

APPS.IBY_EXTRACTGEN_PVT dependencies on XLE_FIRSTPARTY_INFORMATION_V

Line 674: FROM XLE_FIRSTPARTY_INFORMATION_V

670: l_from_clause := ' From ' || p_entity_table;
671: l_where_clause := ' Where legal_entity_id = :p_entity_id ';
672: SELECT attribute_category
673: INTO l_attribute_category
674: FROM XLE_FIRSTPARTY_INFORMATION_V
675: WHERE legal_entity_id = p_entity_id;
676:
677: ELSIF p_entity_table = G_DFF_PARTY THEN
678: