DBA Data[Home] [Help]

APPS.XLE_UTILITIES_GRP dependencies on XLE_ASSOCIATION_TYPES

Line 1748: xle_association_types typ

1744: -- to store intercompany exceptions
1745: SELECT COUNT(*)
1746: INTO l_count
1747: FROM xle_associations ass,
1748: xle_association_types typ
1749: WHERE typ.association_type_id = ass.association_type_id
1750: AND typ.context = 'RELATED_LEGAL_ENTITIES'
1751: AND Nvl(ass.effective_to,SYSDATE) >= SYSDATE
1752: AND ((ass.object_id = p_legal_entity_id1