DBA Data[Home] [Help]

APPS.POS_SECURITY_PROFILE_UTL_PKG dependencies on MO_GLOBAL

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

9: -- Bug 8257278. Modified the cursor to fetch only active Operating Units.
10: CURSOR l_cur IS
11: SELECT organization_id
12: FROM hr_operating_units
13: WHERE mo_global.check_access(organization_id) = 'Y'
14: AND Nvl(DATE_TO,SYSDATE) >= SYSDATE;
15:
16: -- note: we are not checking financial options, payable options, purchasing options here.
17: -- need to think about whether we should