DBA Data[Home] [Help]

APPS.AS_ACCESS_PVT dependencies on HR_OPERATING_UNITS

Line 4714: from hr_operating_units hr

4710: where lead_id = p_opportunity_id;
4711:
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);

Line 5037: from hr_operating_units hr

5033: where lead_id = p_opportunity_id;
5034:
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);