DBA Data[Home] [Help]

APPS.PSP_ENC_LIQ_TRAN dependencies on PA_UTILS

Line 5364: -- set the context to single to call pa_utils function

5360:
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

Line 5366: r_interface.exp_end_date(recno) := pa_utils.getweekending(r_interface.gms_overriding_date(recno));

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);
5370:

Line 5581: l_exp_end_dt := pa_utils.getweekending(int_rec.effective_date);

5577: --dbms_output.put_line('task='||l_task_number);
5578: l_rec_count := l_rec_count + 1;
5579:
5580: / * Liquidation Fix
5581: l_exp_end_dt := pa_utils.getweekending(int_rec.effective_date);
5582:
5583: *********************************************************************************************** /
5584: l_effective_date:=int_rec.effective_date;
5585: psp_general.get_gms_effective_date(int_rec.person_id ,l_effective_date);

Line 5599: l_exp_end_dt := pa_utils.getweekending(l_effective_date);

5595: update psp_Enc_summary_lines set gms_posting_override_date=l_effective_date
5596: where enc_summary_line_id=int_rec.enc_summary_line_id;
5597: end if;
5598:
5599: l_exp_end_dt := pa_utils.getweekending(l_effective_date);
5600:
5601:
5602: / *****************************************************************************************************
5603: