DBA Data[Home] [Help]

APPS.PSP_ENC_LIQ_TRAN dependencies on PA_UTILS

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

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

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

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

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

5672: --dbms_output.put_line('task='||l_task_number);
5673: l_rec_count := l_rec_count + 1;
5674:
5675: / * Liquidation Fix
5676: l_exp_end_dt := pa_utils.getweekending(int_rec.effective_date);
5677:
5678: *********************************************************************************************** /
5679: l_effective_date:=int_rec.effective_date;
5680: psp_general.get_gms_effective_date(int_rec.person_id ,l_effective_date);

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

5690: update psp_Enc_summary_lines set gms_posting_override_date=l_effective_date
5691: where enc_summary_line_id=int_rec.enc_summary_line_id;
5692: end if;
5693:
5694: l_exp_end_dt := pa_utils.getweekending(l_effective_date);
5695:
5696:
5697: / *****************************************************************************************************
5698: