DBA Data[Home] [Help]

APPS.PSP_ENC_SUM_TRAN dependencies on PA_UTILS

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

4812:
4813: FOR recno IN 1..r_interface.txn_interface_id.COUNT
4814: LOOP
4815: psp_general.get_gms_effective_date(r_interface.person_id(recno), r_interface.gms_overriding_date(recno));
4816: -- set the context to single to call pa_utils function
4817: mo_global.set_policy_context('S', r_interface.operating_unit(recno) );
4818: r_interface.exp_end_date(recno) := pa_utils.getweekending(r_interface.gms_overriding_date(recno));
4819: END LOOP;
4820: -- set the context again to multiple

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

4814: LOOP
4815: psp_general.get_gms_effective_date(r_interface.person_id(recno), r_interface.gms_overriding_date(recno));
4816: -- set the context to single to call pa_utils function
4817: mo_global.set_policy_context('S', r_interface.operating_unit(recno) );
4818: r_interface.exp_end_date(recno) := pa_utils.getweekending(r_interface.gms_overriding_date(recno));
4819: END LOOP;
4820: -- set the context again to multiple
4821: mo_global.set_policy_context('M', null);
4822: