DBA Data[Home] [Help]

APPS.POS_SECURITY_PROFILE_UTL_PKG dependencies on MO_GLOBAL

Line 12: WHERE mo_global.check_access(organization_id) = 'Y';

8: IS
9: CURSOR l_cur IS
10: SELECT organization_id
11: FROM hr_operating_units
12: WHERE mo_global.check_access(organization_id) = 'Y';
13:
14: -- note: we are not checking financial options, payable options, purchasing options here.
15: -- need to think about whether we should
16: