DBA Data[Home] [Help]

APPS.DPP_TRANSACTION_PVT dependencies on MO_GLOBAL

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

109: END IF;
110:
111: SELECT fnd_profile.value('XLA_MO_SECURITY_PROFILE_LEVEL') into l_value from dual;
112:
113: mo_global.set_org_access( null,l_value,'M');
114:
115:
116: SELECT hr.organization_id
117: ,hr.name

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

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

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

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

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

5045: AND (nvl(dtha.operating_unit_name,-1) = nvl(cv_operating_unit, nvl(dtha.operating_unit_name,-1))
5046: OR nvl(dtha.org_id,-1) = nvl(cv_org_id, nvl( dtha.org_id,-1)))
5047: AND hr.name = nvl(dtha.operating_unit_name,hr.name)
5048: AND hr.organization_id =nvl(to_number(dtha.org_id),hr.organization_id)
5049: AND mo_global.check_access(hr.organization_id) = 'Y'
5050: ORDER BY transaction_int_header_id;
5051:
5052: BEGIN
5053: -- Standard begin of API savepoint

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

5079:
5080:
5081: SELECT fnd_profile.value('XLA_MO_SECURITY_PROFILE_LEVEL') into l_value from dual;
5082:
5083: mo_global.set_org_access( null,l_value,'M');
5084:
5085:
5086: BEGIN
5087: SELECT vendor_id