DBA Data[Home] [Help]

APPS.PAY_IP_ROUTE_SUPPORT dependencies on PAY_IP_ROUTE_SUPPORT

Line 1: PACKAGE BODY pay_ip_route_support AS

1: PACKAGE BODY pay_ip_route_support AS
2: /* $Header: pyiprous.pkb 115.1 2002/09/18 12:28:44 jahobbs noship $ */
3: --
4: --
5: -- --------------------------------------------------------------------------

Line 156: END pay_ip_route_support;

152: -- Find the closest fiscal quarter start date to the effective date.
153: --
154: RETURN ADD_MONTHS(l_fis_yr, FLOOR(MONTHS_BETWEEN(p_effective_date, l_fis_yr) / 3) * 3);
155: END fiscal_quarter;
156: END pay_ip_route_support;