DBA Data[Home] [Help]

APPS.IBY_PAYGROUP_PUB dependencies on XLE_ENTITY_PROFILES

Line 25949: xle_entity_profiles le

25945: CURSOR c_ce_org_info(l_trx_index BINARY_INTEGER) IS
25946: SELECT
25947: le.name
25948: FROM
25949: xle_entity_profiles le
25950: where
25951: IBY_PAYGROUP_PUB.pmtTable.org_id(l_trx_index) = le.legal_entity_id;
25952:
25953: BEGIN