DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_IP_ROUTE_SUPPORT

Line 472: l_return_date:= pay_ip_route_support.tax_year(p_bus_grp,

468: l_return_date := p_effective_date;
469: --
470: elsif (p_period_type = 'TYEAR') then
471: --
472: l_return_date:= pay_ip_route_support.tax_year(p_bus_grp,
473: p_effective_date);
474: --
475: elsif (p_period_type = 'TQUARTER') then
476: --

Line 477: l_return_date:= pay_ip_route_support.tax_quarter(p_bus_grp,

473: p_effective_date);
474: --
475: elsif (p_period_type = 'TQUARTER') then
476: --
477: l_return_date:= pay_ip_route_support.tax_quarter(p_bus_grp,
478: p_effective_date);
479: --
480: elsif (p_period_type = 'FYEAR') then
481: --

Line 482: l_return_date:= pay_ip_route_support.fiscal_year(p_bus_grp,

478: p_effective_date);
479: --
480: elsif (p_period_type = 'FYEAR') then
481: --
482: l_return_date:= pay_ip_route_support.fiscal_year(p_bus_grp,
483: p_effective_date);
484: --
485: elsif (p_period_type = 'FQUARTER') then
486: --

Line 487: l_return_date:= pay_ip_route_support.fiscal_quarter(p_bus_grp,

483: p_effective_date);
484: --
485: elsif (p_period_type = 'FQUARTER') then
486: --
487: l_return_date:= pay_ip_route_support.fiscal_quarter(p_bus_grp,
488: p_effective_date);
489: --
490: elsif (p_period_type = 'PAYMENT') then
491: --