DBA Data[Home] [Help]

APPS.ARI_SELF_REG_CONFIG dependencies on HR_OPERATING_UNITS

Line 42: select organization_id org_id from hr_operating_units where mo_global.check_access(organization_id) = 'Y';

38: l_answer varchar2(200);
39: i PLS_INTEGER := 1 ;
40:
41: CURSOR cust_site_cur IS
42: select organization_id org_id from hr_operating_units where mo_global.check_access(organization_id) = 'Y';
43:
44: cust_site_rec cust_site_cur%ROWTYPE;
45: BEGIN
46: