DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on MO_GLOBAL

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

3308: into l_txn_interface_id
3309: from dual;
3310:
3311: -- set the context to single to call pa_utils function
3312: mo_global.set_policy_context('S', gms_interface_rec.org_id );
3313:
3314: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3315:
3316: -- set the context again to multiple

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

3313:
3314: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3315:
3316: -- set the context again to multiple
3317: mo_global.set_policy_context('M', null);
3318:
3319: --- moved this code from below 2671594
3320: -- if gms_interface_rec.award_id is not null then
3321: if (l_gms_install) then -- Changed award_id check to gms_install check as part of bug fix 2908859

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

3510:
3511: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) ||'l_gms_batch_name1 : '||l_gms_batch_name);
3512:
3513: -- set the context to single to submit_request
3514: mo_global.set_policy_context('S', org_id_tab(I) );
3515: fnd_request.set_org_id (org_id_tab(I) );
3516:
3517: req_id_tab(i) := fnd_request.submit_request(
3518: 'PA',

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

3563: r_payroll_controls.payroll_control_id.DELETE;
3564: -- End of changes for bug fix 4507892
3565:
3566: -- set the context again to multiple
3567: mo_global.set_policy_context('M', null);
3568:
3569:
3570: FOR I in 1..org_id_tab.count
3571: LOOP

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

3607: LOOP
3608: l_gms_batch_name := gms_batch_name_tab(I);
3609:
3610: -- set the context to single to submit_request
3611: mo_global.set_policy_context('S', org_id_tab(I) );
3612: fnd_request.set_org_id (org_id_tab(I) );
3613:
3614: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) ||' Submitting PRC: Transaction Import for STAT');
3615:

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

3656: r_payroll_controls.payroll_control_id.DELETE;
3657: -- End of changes for bug fix 4507892
3658:
3659: -- set the context again to multiple
3660: mo_global.set_policy_context('M', null);
3661:
3662: IF g_skip_flag_gms = 'N' then
3663:
3664: FOR I in 1..org_id_tab.count