DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on PA_UTILS

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

3790: from dual;
3791:
3792: -- get the expenditure week ending date
3793:
3794: -- set the context to single to call pa_utils function
3795: mo_global.set_policy_context('S', gms_interface_rec.org_id );
3796:
3797: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3798:

Line 3797: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);

3793:
3794: -- set the context to single to call pa_utils function
3795: mo_global.set_policy_context('S', gms_interface_rec.org_id );
3796:
3797: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3798:
3799: -- set the context again to multiple
3800: mo_global.set_policy_context('M', null);
3801: