DBA Data[Home] [Help]

APPS.OKC_QA_PRICE_PVT dependencies on OKC_QA_PRICE_PVT

Line 1: PACKAGE BODY OKC_QA_PRICE_PVT AS

1: PACKAGE BODY OKC_QA_PRICE_PVT AS
2: /* $Header: OKCRQARB.pls 120.0 2005/05/25 18:25:56 appldev noship $ */
3:
4: l_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
5:

Line 339: in OKC_QA_PRICE_PVT.Check_Price */

335: IF (l_debug = 'Y') THEN
336: okc_debug.Log('Start : okc_price_pvt.validate_covered_line_qty ',3);
337: END IF;
338: /* Note: we already perform validation to ensure that the contract is for intent of sale and for OKC, OKO
339: in OKC_QA_PRICE_PVT.Check_Price */
340:
341:
342: /* Get quantity of (sub) line of linestyle 'covered line' */
343: IF (l_debug = 'Y') THEN

Line 681: END OKC_QA_PRICE_PVT;

677: x_return_status := OKC_API.G_RET_STS_UNEXP_ERROR;
678: END check_covered_line_qty;
679: --
680:
681: END OKC_QA_PRICE_PVT;