DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on PA_UTILS

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

3990: from dual;
3991:
3992: -- get the expenditure week ending date
3993:
3994: -- set the context to single to call pa_utils function
3995: mo_global.set_policy_context('S', gms_interface_rec.org_id );
3996:
3997: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3998:

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

3993:
3994: -- set the context to single to call pa_utils function
3995: mo_global.set_policy_context('S', gms_interface_rec.org_id );
3996:
3997: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3998:
3999: -- set the context again to multiple
4000: mo_global.set_policy_context('M', null);
4001: