DBA Data[Home] [Help]

APPS.PAY_BALANCE_PKG dependencies on PAY_IP_ROUTE_SUPPORT

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

542: l_return_date := p_effective_date;
543: --
544: elsif (p_period_type = 'TYEAR') then
545: --
546: l_return_date:= pay_ip_route_support.tax_year(p_bus_grp,
547: p_effective_date);
548: --
549: elsif (p_period_type = 'TQUARTER') then
550: --

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

547: p_effective_date);
548: --
549: elsif (p_period_type = 'TQUARTER') then
550: --
551: l_return_date:= pay_ip_route_support.tax_quarter(p_bus_grp,
552: p_effective_date);
553: --
554: elsif (p_period_type = 'FYEAR') then
555: --

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

552: p_effective_date);
553: --
554: elsif (p_period_type = 'FYEAR') then
555: --
556: l_return_date:= pay_ip_route_support.fiscal_year(p_bus_grp,
557: p_effective_date);
558: --
559: elsif (p_period_type = 'FQUARTER') then
560: --

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

557: p_effective_date);
558: --
559: elsif (p_period_type = 'FQUARTER') then
560: --
561: l_return_date:= pay_ip_route_support.fiscal_quarter(p_bus_grp,
562: p_effective_date);
563: --
564: elsif (p_period_type = 'PAYMENT') then
565: --