DBA Data[Home] [Help]

APPS.PSP_ENC_LIQ_TRAN dependencies on MO_GLOBAL

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

5442: FOR recno IN 1..r_interface.txn_interface_id.COUNT
5443: LOOP
5444: psp_general.get_gms_effective_date(r_interface.person_id(recno), r_interface.gms_overriding_date(recno));
5445: -- set the context to single to call pa_utils function
5446: mo_global.set_policy_context('S', r_interface.operating_unit(recno) );
5447: r_interface.exp_end_date(recno) := pa_utils.getweekending(r_interface.gms_overriding_date(recno));
5448: END LOOP;
5449: -- set the context again to multiple
5450: mo_global.set_policy_context('M', null);

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

5446: mo_global.set_policy_context('S', r_interface.operating_unit(recno) );
5447: r_interface.exp_end_date(recno) := pa_utils.getweekending(r_interface.gms_overriding_date(recno));
5448: END LOOP;
5449: -- set the context again to multiple
5450: mo_global.set_policy_context('M', null);
5451:
5452: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Completed computation of PA week ending date(s)');
5453:
5454: FORALL recno IN 1..r_interface.txn_interface_id.COUNT

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

5816:
5817: FOR request_counter IN 1..org_id_tab.count
5818: LOOP
5819: -- set the context to single to call submit_request
5820: mo_global.set_policy_context('S', org_id_tab(request_counter) );
5821: fnd_request.set_org_id (org_id_tab(request_counter) );
5822: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Submitting Transaction Import for org_id: '||org_id_tab(request_counter));
5823: req_id_tab(request_counter) := fnd_request.submit_request(
5824: 'PA',

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

5871: COMMIT;
5872: fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Committed for TransactionInterface');
5873:
5874: -- set the context again to multiple
5875: mo_global.set_policy_context('M', null);
5876:
5877: --fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Calling gather_table_stats for psp_enc_summary_lines');
5878: --fnd_stats.gather_table_stats('PSP', 'PSP_ENC_SUMMARY_LINES');
5879: --fnd_file.put_line(fnd_file.log, fnd_date.date_to_canonical(SYSDATE) || ' Completed gather_table_stats for psp_enc_summary_lines');