DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on MO_GLOBAL

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

3791:
3792: -- get the expenditure week ending date
3793:
3794: -- set the context to single to call pa_utils function
3795: mo_global.set_policy_context('S', gms_interface_rec.org_id );
3796:
3797: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3798:
3799: -- set the context again to multiple

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

3796:
3797: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3798:
3799: -- set the context again to multiple
3800: mo_global.set_policy_context('M', null);
3801:
3802:
3803: --
3804:

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

3928: LOOP
3929: l_gms_batch_name := gms_batch_name_tab(I);
3930:
3931: -- set the context to single to submit_request
3932: mo_global.set_policy_context('S', org_id_tab(I) );
3933: fnd_request.set_org_id (org_id_tab(I) );
3934:
3935: req_id_tab(i) := fnd_request.submit_request(
3936: 'PA',

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

3966: gms_batch_rec.phase := 'Submitted_TI_Request'; ---2444657
3967: END IF; --- 2444657 end rec_count > 0
3968:
3969: -- set the context again to multiple
3970: mo_global.set_policy_context('M', null);
3971:
3972: IF gms_batch_rec.phase = 'Submitted_TI_Request' then --2444657
3973: ---- added below for 5742525
3974: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN