DBA Data[Home] [Help]

APPS.AS_ACCESS_PVT dependencies on MO_GLOBAL

Line 4717: and mo_global.check_access(hr.organization_id) = 'Y';

4713: cursor c_org_access(p_org_id NUMBER) is
4714: select 'Y'
4715: from hr_operating_units hr
4716: where hr.organization_id = p_org_id
4717: and mo_global.check_access(hr.organization_id) = 'Y';
4718:
4719: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
4720: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.has_updateOpportunityAccess';
4721:

Line 5040: and mo_global.check_access(hr.organization_id) = 'Y';

5036: cursor c_org_access(p_org_id NUMBER) is
5037: select 'Y'
5038: from hr_operating_units hr
5039: where hr.organization_id = p_org_id
5040: and mo_global.check_access(hr.organization_id) = 'Y';
5041:
5042: l_debug BOOLEAN := FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW);
5043: l_module CONSTANT VARCHAR2(255) := 'as.plsql.acspv.has_viewOpportunityAccess';
5044: