DBA Data[Home] [Help]

APPS.PSP_ENC_LIQ_TRAN dependencies on MO_GLOBAL

Line 5365: mo_global.set_policy_context('S', r_interface.operating_unit(recno) );

5361: FOR recno IN 1..r_interface.txn_interface_id.COUNT
5362: LOOP
5363: psp_general.get_gms_effective_date(r_interface.person_id(recno), r_interface.gms_overriding_date(recno));
5364: -- set the context to single to call pa_utils function
5365: mo_global.set_policy_context('S', r_interface.operating_unit(recno) );
5366: r_interface.exp_end_date(recno) := pa_utils.getweekending(r_interface.gms_overriding_date(recno));
5367: END LOOP;
5368: -- set the context again to multiple
5369: mo_global.set_policy_context('M', null);

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

5365: mo_global.set_policy_context('S', r_interface.operating_unit(recno) );
5366: r_interface.exp_end_date(recno) := pa_utils.getweekending(r_interface.gms_overriding_date(recno));
5367: END LOOP;
5368: -- set the context again to multiple
5369: mo_global.set_policy_context('M', null);
5370:
5371: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Completed computation of PA week ending date(s)');
5372:
5373: FORALL recno IN 1..r_interface.txn_interface_id.COUNT

Line 5724: mo_global.set_policy_context('S', org_id_tab(request_counter) );

5720:
5721: FOR request_counter IN 1..org_id_tab.count
5722: LOOP
5723: -- set the context to single to call submit_request
5724: mo_global.set_policy_context('S', org_id_tab(request_counter) );
5725: fnd_request.set_org_id (org_id_tab(request_counter) );
5726:
5727: req_id_tab(request_counter) := fnd_request.submit_request(
5728: 'PA',

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

5768: END IF;
5769: END LOOP;
5770: COMMIT;
5771: -- set the context again to multiple
5772: mo_global.set_policy_context('M', null);
5773:
5774: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling gather_table_stats for psp_enc_summary_lines');
5775: fnd_stats.gather_table_stats('PSP', 'PSP_ENC_SUMMARY_LINES');
5776: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Completed gather_table_stats for psp_enc_summary_lines');