DBA Data[Home] [Help]

APPS.DPP_TRANSACTION_PVT dependencies on MO_GLOBAL

Line 108: mo_global.set_org_access( null,l_value,'M');

104: END IF;
105:
106: SELECT fnd_profile.value('XLA_MO_SECURITY_PROFILE_LEVEL') into l_value from dual;
107:
108: mo_global.set_org_access( null,l_value,'M');
109:
110:
111: SELECT hr.organization_id
112: ,hr.name

Line 118: AND mo_global.check_access(hr.organization_id) = 'Y' ;

114: ,p_txn_header_rec_type.operating_unit_name
115: FROM hr_operating_units hr
116: WHERE hr.name = nvl(p_txn_header_rec_type.operating_unit_name,hr.name) AND
117: hr.organization_id =nvl(to_number(p_txn_header_rec_type.org_id),hr.organization_id)
118: AND mo_global.check_access(hr.organization_id) = 'Y' ;
119: --MOAC
120: MO_GLOBAL.set_policy_context('S', p_txn_header_rec_type.org_id);
121: IF DPP_DEBUG_HIGH_ON THEN
122: FND_FILE.PUT_LINE(FND_FILE.LOG,' End Validate Operating Unit');

Line 120: MO_GLOBAL.set_policy_context('S', p_txn_header_rec_type.org_id);

116: WHERE hr.name = nvl(p_txn_header_rec_type.operating_unit_name,hr.name) AND
117: hr.organization_id =nvl(to_number(p_txn_header_rec_type.org_id),hr.organization_id)
118: AND mo_global.check_access(hr.organization_id) = 'Y' ;
119: --MOAC
120: MO_GLOBAL.set_policy_context('S', p_txn_header_rec_type.org_id);
121: IF DPP_DEBUG_HIGH_ON THEN
122: FND_FILE.PUT_LINE(FND_FILE.LOG,' End Validate Operating Unit');
123: END IF;
124:

Line 4762: AND mo_global.check_access(hr.organization_id) = 'Y'

4758: AND (nvl(dtha.operating_unit_name,-1) = nvl(cv_operating_unit, nvl(dtha.operating_unit_name,-1))
4759: OR nvl(dtha.org_id,-1) = nvl(cv_org_id, nvl( dtha.org_id,-1)))
4760: AND hr.name = nvl(dtha.operating_unit_name,hr.name)
4761: AND hr.organization_id =nvl(to_number(dtha.org_id),hr.organization_id)
4762: AND mo_global.check_access(hr.organization_id) = 'Y'
4763: ORDER BY transaction_int_header_id;
4764:
4765: BEGIN
4766: -- Standard begin of API savepoint

Line 4796: mo_global.set_org_access( null,l_value,'M');

4792:
4793:
4794: SELECT fnd_profile.value('XLA_MO_SECURITY_PROFILE_LEVEL') into l_value from dual;
4795:
4796: mo_global.set_org_access( null,l_value,'M');
4797:
4798:
4799: BEGIN
4800: SELECT vendor_id