DBA Data[Home] [Help]

APPS.HXT_PA_USER_EXITS dependencies on PA_MISC

Line 249: l_expenditure_ending_date := pa_misc.get_week_ending_date(i_date_worked);

245: -- SIR151 l_expenditure_ending_date := i_period_end;
246: if g_debug then
247: hr_utility.set_location('HXT_PA_USER_EXITS.p_a_interface',40);
248: end if;
249: l_expenditure_ending_date := pa_misc.get_week_ending_date(i_date_worked);
250: -- SIR151
251: if g_debug then
252: hr_utility.set_location('HXT_PA_USER_EXITS.p_a_interface',50);
253: hr_utility.trace('l_expenditure_ending_date :'||l_expenditure_ending_date);

Line 498: -- pa_misc.get_week_ending_date() might return NULL.

494: ,GL_DATE)
495: VALUES( l_trans_source
496: ,l_batch_name
497: -- need the NVL on the following line where
498: -- pa_misc.get_week_ending_date() might return NULL.
499: -- This would happen in Columbia,or anywhere else that ExpEndDates
500: -- not set up in ProjAccting.However,i_period_end will be WRONG for
501: -- any Payroll Type other than Weekly.SIR151
502: ,nvl(l_expenditure_ending_date,i_period_end) --SIR151