DBA Data[Home] [Help]

APPS.QP_PREQ_GRP dependencies on QP_CODE_CONTROL

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

12073: END IF;
12074:
12075: /* Proration Changes START */
12076: IF G_DEBUG_ENGINE = FND_API.G_TRUE THEN
12077: engine_debug(l_routine||' QP_CODE_CONTROL.CODE_RELEASE_LEVEL : '|| QP_CODE_CONTROL.CODE_RELEASE_LEVEL);
12078: engine_debug(l_routine||' profile QP_BREAK_UOM_PRORATION : '|| G_BREAK_UOM_PRORATION);
12079: engine_debug(l_routine||' G_REGULAR_USAGE_TYPE : '|| G_REGULAR_USAGE_TYPE);
12080: END IF;
12081:

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

12083: -- proration makes sense for regular usage call and not for authoring call
12084: -- proration is not supported for the authoring call from Calling application
12085: -- feb 22 toi comment end
12086:
12087: if QP_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'
12088: and G_BREAK_UOM_PRORATION = 'Y'
12089: and l_h_usage_pricing_type_tbl(i) = G_REGULAR_USAGE_TYPE
12090: then
12091: