DBA Data[Home] [Help]

APPS.PAY_NZ_EDF dependencies on PAY_NZ_TAX

Line 400: to_char(pay_nz_tax.half_month_start(l_session_date), 'DD-MON-YYYY'));

396: CLOSE get_session_date;
397:
398:
399: l_effective_start_date := nvl(l_effective_start_date,
400: to_char(pay_nz_tax.half_month_start(l_session_date), 'DD-MON-YYYY'));
401: l_effective_end_date := nvl(l_effective_end_date,
402: to_char(pay_nz_tax.half_month_end(l_session_date), 'DD-MON-YYYY'));
403:
404: l_period_start_date := l_effective_start_date;

Line 402: to_char(pay_nz_tax.half_month_end(l_session_date), 'DD-MON-YYYY'));

398:
399: l_effective_start_date := nvl(l_effective_start_date,
400: to_char(pay_nz_tax.half_month_start(l_session_date), 'DD-MON-YYYY'));
401: l_effective_end_date := nvl(l_effective_end_date,
402: to_char(pay_nz_tax.half_month_end(l_session_date), 'DD-MON-YYYY'));
403:
404: l_period_start_date := l_effective_start_date;
405: l_period_end_date := l_effective_end_date;
406: