DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on PA_UTILS

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

3307: select pa_txn_interface_s.nextval
3308: into l_txn_interface_id
3309: from dual;
3310:
3311: -- set the context to single to call pa_utils function
3312: mo_global.set_policy_context('S', gms_interface_rec.org_id );
3313:
3314: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3315:

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

3310:
3311: -- set the context to single to call pa_utils function
3312: mo_global.set_policy_context('S', gms_interface_rec.org_id );
3313:
3314: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3315:
3316: -- set the context again to multiple
3317: mo_global.set_policy_context('M', null);
3318: