DBA Data[Home] [Help]

APPS.PSP_SUM_ADJ dependencies on PA_UTILS

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

3143: select pa_txn_interface_s.nextval
3144: into l_txn_interface_id
3145: from dual;
3146:
3147: -- set the context to single to call pa_utils function
3148: mo_global.set_policy_context('S', gms_interface_rec.org_id );
3149:
3150: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3151:

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

3146:
3147: -- set the context to single to call pa_utils function
3148: mo_global.set_policy_context('S', gms_interface_rec.org_id );
3149:
3150: l_expenditure_ending_date := pa_utils.GetWeekending(gms_interface_rec.effective_date);
3151:
3152: -- set the context again to multiple
3153: mo_global.set_policy_context('M', null);
3154: