DBA Data[Home] [Help]

APPS.AS_ACCESS_PVT dependencies on MO_GLOBAL

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

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

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

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