DBA Data[Home] [Help]

APPS.PSP_ENC_SUM_TRAN dependencies on PA_UTILS

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

4936:
4937: FOR recno IN 1..r_interface.txn_interface_id.COUNT
4938: LOOP
4939: psp_general.get_gms_effective_date(r_interface.person_id(recno), r_interface.gms_overriding_date(recno));
4940: -- set the context to single to call pa_utils function
4941: mo_global.set_policy_context('S', r_interface.operating_unit(recno) );
4942: r_interface.exp_end_date(recno) := pa_utils.getweekending(r_interface.gms_overriding_date(recno));
4943: END LOOP;
4944: -- set the context again to multiple

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

4938: LOOP
4939: psp_general.get_gms_effective_date(r_interface.person_id(recno), r_interface.gms_overriding_date(recno));
4940: -- set the context to single to call pa_utils function
4941: mo_global.set_policy_context('S', r_interface.operating_unit(recno) );
4942: r_interface.exp_end_date(recno) := pa_utils.getweekending(r_interface.gms_overriding_date(recno));
4943: END LOOP;
4944: -- set the context again to multiple
4945: mo_global.set_policy_context('M', null);
4946: