DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on MO_GLOBAL

Line 3148: mo_global.set_policy_context('S', gms_interface_rec.org_id );

3144: into l_txn_interface_id
3145: from dual;
3146:
3147: -- set the context to single to call pa_utils function
3148: mo_global.set_policy_context('S', gms_interface_rec.org_id );
3149:
3150: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3151:
3152: -- set the context again to multiple

Line 3153: mo_global.set_policy_context('M', null);

3149:
3150: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3151:
3152: -- set the context again to multiple
3153: mo_global.set_policy_context('M', null);
3154:
3155: --- moved this code from below 2671594
3156: -- if gms_interface_rec.award_id is not null then
3157: if (l_gms_install) then -- Changed award_id check to gms_install check as part of bug fix 2908859

Line 3267: mo_global.set_policy_context('S', org_id_tab(I) );

3263: LOOP
3264: l_gms_batch_name := gms_batch_name_tab(I);
3265:
3266: -- set the context to single to submit_request
3267: mo_global.set_policy_context('S', org_id_tab(I) );
3268: fnd_request.set_org_id (org_id_tab(I) );
3269:
3270: req_id_tab(i) := fnd_request.submit_request(
3271: 'PA',

Line 3314: mo_global.set_policy_context('M', null);

3310: r_payroll_controls.payroll_control_id.DELETE;
3311: -- End of changes for bug fix 4507892
3312:
3313: -- set the context again to multiple
3314: mo_global.set_policy_context('M', null);
3315:
3316:
3317: FOR I in 1..org_id_tab.count
3318: LOOP