DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on MO_GLOBAL

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

3991:
3992: -- get the expenditure week ending date
3993:
3994: -- set the context to single to call pa_utils function
3995: mo_global.set_policy_context('S', gms_interface_rec.org_id );
3996:
3997: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3998:
3999: -- set the context again to multiple

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

3996:
3997: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3998:
3999: -- set the context again to multiple
4000: mo_global.set_policy_context('M', null);
4001:
4002:
4003: --
4004:

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

4175: LOOP
4176: l_gms_batch_name := gms_batch_name_tab(I);
4177:
4178: -- set the context to single to submit_request
4179: mo_global.set_policy_context('S', org_id_tab(I) );
4180: fnd_request.set_org_id (org_id_tab(I) );
4181:
4182: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' submitting request for Transaction_Import for org_id: '||org_id_tab(I));
4183:

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

4225: gms_batch_rec.phase := 'Submitted_TI_Request'; ---2444657
4226: END IF; --- 2444657 end rec_count > 0
4227:
4228: -- set the context again to multiple
4229: mo_global.set_policy_context('M', null);
4230:
4231: IF gms_batch_rec.phase = 'Submitted_TI_Request' then --2444657
4232: ---- added below for 5742525
4233: IF FND_PROFILE.VALUE('PSP_ST_EXTENSION_ENABLE') = 'Y' THEN