DBA Data[Home] [Help]

APPS.AS_ACCESS_PVT dependencies on HR_OPERATING_UNITS

Line 4715: from hr_operating_units hr

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

Line 5038: from hr_operating_units hr

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