DBA Data[Home] [Help]

APPS.ARI_SELF_REG_CONFIG dependencies on HR_OPERATING_UNITS

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

36: l_no_inv_flag boolean:=FALSE;
37: cust_site_org_id NUMBER ;
38:
39: CURSOR cust_site_cur IS
40: select organization_id org_id from hr_operating_units where mo_global.check_access(organization_id) = 'Y';
41:
42: cust_site_rec cust_site_cur%ROWTYPE;
43: BEGIN
44: