DBA Data[Home] [Help]

APPS.GHG_TRANSACTIONS_API_PKG dependencies on HR_OPERATING_UNITS

Line 2060: FROM hr_operating_units hr,

2056:
2057: /* Cursor to get all organizations from EBS for which formula is not defined in GHG*/
2058: Cursor orgs_master_list IS
2059: SELECT hr.organization_id ORG_ID
2060: FROM hr_operating_units hr,
2061: gl_sets_of_books gsob,
2062: financials_system_params_all fsp
2063: WHERE hr.set_of_books_id = gsob.set_of_books_id
2064: AND mo_global.check_access(hr.organization_id) = 'Y'