DBA Data[Home] [Help]

APPS.XLE_UTILITIES_GRP dependencies on XLE_ASSOCIATIONS

Line 1747: FROM xle_associations ass,

1743: -- Bug 4724057, Related LE functionality will now be used
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