DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on QP_CODE_CONTROL

Line 12367: engine_debug(l_routine||' QP_CODE_CONTROL.CODE_RELEASE_LEVEL : '|| QP_CODE_CONTROL.CODE_RELEASE_LEVEL);

12363: END IF;
12364:
12365: /* Proration Changes START */
12366: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN
12367: engine_debug(l_routine||' QP_CODE_CONTROL.CODE_RELEASE_LEVEL : '|| QP_CODE_CONTROL.CODE_RELEASE_LEVEL);
12368: engine_debug(l_routine||' profile QP_BREAK_UOM_PRORATION : '|| G_BREAK_UOM_PRORATION);
12369: engine_debug(l_routine||' G_REGULAR_USAGE_TYPE : '|| G_REGULAR_USAGE_TYPE);
12370: END IF;
12371:

Line 12377: if QP_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'

12373: -- proration makes sense for regular usage call and not for authoring call
12374: -- proration is not supported for the authoring call from Calling application
12375: -- feb 22 toi comment end
12376:
12377: if QP_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'
12378: and G_BREAK_UOM_PRORATION = 'Y'
12379: and l_h_usage_pricing_type_tbl(i) = G_REGULAR_USAGE_TYPE
12380: then
12381: