DBA Data[Home] [Help]

APPS.OKS_OMINT_PUB dependencies on OKS_OMINT_PUB

Line 1: Package Body OKS_OMINT_PUB AS

1: Package Body OKS_OMINT_PUB AS
2: /* $Header: OKSPOMIB.pls 120.25 2007/12/24 10:17:56 rriyer ship $ */
3:
4:
5:

Line 1621: This function OKS_OMINT_PUB.Get_quantity is called by Pricing engine to prorate the price breaks if

1617: END Interface_Service_Order_Lines;
1618:
1619: /*
1620: Important Note regarding bug#5330614 , Dated 14-JUN-2006
1621: This function OKS_OMINT_PUB.Get_quantity is called by Pricing engine to prorate the price breaks if
1622: the prorate option is set to 'ALL' for the usage. This function should not be changed and should remain
1623: as is as it is needed for proration of price breaks.
1624: OKS_OMINT_PUB.Get_target_duration function is called by pricing engine to determine the
1625: duration between pair of passed service dates and in case of usage, this function will return NULL.

Line 1624: OKS_OMINT_PUB.Get_target_duration function is called by pricing engine to determine the

1620: Important Note regarding bug#5330614 , Dated 14-JUN-2006
1621: This function OKS_OMINT_PUB.Get_quantity is called by Pricing engine to prorate the price breaks if
1622: the prorate option is set to 'ALL' for the usage. This function should not be changed and should remain
1623: as is as it is needed for proration of price breaks.
1624: OKS_OMINT_PUB.Get_target_duration function is called by pricing engine to determine the
1625: duration between pair of passed service dates and in case of usage, this function will return NULL.
1626: */
1627:
1628: FUNCTION get_quantity(p_start_date IN DATE,

Line 1753: OKS_OMINT_PUB.Get_target_duration function is called by pricing engine to determine the

1749: */
1750:
1751: /*
1752: Important Note regarding bug#5330614 dated 14-JUN-2006 :
1753: OKS_OMINT_PUB.Get_target_duration function is called by pricing engine to determine the
1754: duration between pair of passed service dates and in case of usage this function will return NULL.
1755: The function OKS_OMINT_PUB.Get_quantity is called by Pricing engine to prorate the price breaks if
1756: the prorate option is set to 'ALL' for the usage.
1757: */

Line 1755: The function OKS_OMINT_PUB.Get_quantity is called by Pricing engine to prorate the price breaks if

1751: /*
1752: Important Note regarding bug#5330614 dated 14-JUN-2006 :
1753: OKS_OMINT_PUB.Get_target_duration function is called by pricing engine to determine the
1754: duration between pair of passed service dates and in case of usage this function will return NULL.
1755: The function OKS_OMINT_PUB.Get_quantity is called by Pricing engine to prorate the price breaks if
1756: the prorate option is set to 'ALL' for the usage.
1757: */
1758: FUNCTION get_target_duration ( p_start_date IN DATE DEFAULT NULL,
1759: p_end_date IN DATE DEFAULT NULL,

Line 2331: END OKS_OMINT_PUB;

2327: --end 4897884
2328: END Available_Services;
2329: --END NPALEPU
2330:
2331: END OKS_OMINT_PUB;