DBA Data[Home] [Help]

APPS.OKC_PRICE_PVT dependencies on OKC_PRICE_PVT

Line 1: PACKAGE BODY OKC_PRICE_PVT AS

1: PACKAGE BODY OKC_PRICE_PVT AS
2: /* $Header: OKCRPREB.pls 120.2 2006/02/28 14:52:17 smallya noship $ */
3:
4:
5: -- package body level variables-----------------

Line 791: my_debug('Start : okc_price_pvt.validate_covered_line_qty ',3);

787:
788: BEGIN
789: x_return_status := okc_api.g_ret_sts_success;
790: IF (l_debug = 'Y') THEN
791: my_debug('Start : okc_price_pvt.validate_covered_line_qty ',3);
792: END IF;
793: /* Note: we already perform validation to ensure that the contract is for intent of sale and for OKC, OKO
794: in OKC_QA_PRICE_PVT.Check_Price
795:

Line 893: my_debug('passed okc_price_pvt.validate_covered_line_qty');

889:
890:
891: If x_return_status <> OKC_API.G_RET_STS_ERROR then
892: IF (l_debug = 'Y') THEN
893: my_debug('passed okc_price_pvt.validate_covered_line_qty');
894: END IF;
895: End if;
896:
897: IF (l_debug = 'Y') THEN

Line 898: my_debug('End : okc_price_pvt.validate_covered_line_qty ',3);

894: END IF;
895: End if;
896:
897: IF (l_debug = 'Y') THEN
898: my_debug('End : okc_price_pvt.validate_covered_line_qty ',3);
899: END IF;
900:
901: EXCEPTION
902: WHEN OTHERS THEN

Line 904: my_debug('Error : unexpected error in okc_price_pvt.validate_covered_line_qty ',3);

900:
901: EXCEPTION
902: WHEN OTHERS THEN
903: IF (l_debug = 'Y') THEN
904: my_debug('Error : unexpected error in okc_price_pvt.validate_covered_line_qty ',3);
905: my_debug('Error : '|| sqlerrm, 3);
906: END IF;
907:
908: IF c_get_quantity1%ISOPEN THEN

Line 7581: END OKC_PRICE_PVT;

7577: END get_manual_adjustments;
7578:
7579: --????? no foriegn key checks in PAT for cle/chr
7580: --??????ask sri assocs- we donot generate extra lines , so relate how. for price breaks need to store unapplied ones as well
7581: END OKC_PRICE_PVT;