DBA Data[Home] [Help]

APPS.QP_ATTR_MAPPING_PUB dependencies on QP_CODE_CONTROL

Line 661: l_code_release_level CONSTANT VARCHAR2(30) := Qp_Code_Control.Get_Code_Release_Level;

657: offset VARCHAR2(2000);
658:
659: --Fix for bug 2491269
660: l_is_product VARCHAR2(1);
661: l_code_release_level CONSTANT VARCHAR2(30) := Qp_Code_Control.Get_Code_Release_Level;
662: l_context_type_processed VARCHAR2(30);
663:
664: L_CHECK_ACTIVE_FLAG VARCHAR2(1);
665:

Line 2166: IF Qp_Code_Control.Get_Code_Release_Level > '110509' THEN

2162: OPEN l_request_type_codes FOR
2163: SELECT DISTINCT request_type_code
2164: FROM qp_price_req_sources;
2165:
2166: IF Qp_Code_Control.Get_Code_Release_Level > '110509' THEN
2167: Text ('If QP_Util_PUB.HVOP_Pricing_On= ''N'' Then --Follow Non-HVOP Path',1);
2168: END IF;
2169: LOOP
2170: FETCH l_request_type_codes INTO

Line 2181: IF Qp_Code_Control.Get_Code_Release_Level > '110509' THEN

2177:
2178: END LOOP;
2179:
2180: --HVOP
2181: IF Qp_Code_Control.Get_Code_Release_Level > '110509' THEN
2182: New_Line;
2183: Text ('Else --Follow HVOP Path', 1);
2184: IF QP_JAVA_ENGINE_UTIL_PUB.JAVA_ENGINE_INSTALLED = 'Y' THEN --5295113, 5365971
2185: Create_Sourcing_Calls('ONT','L','Y');

Line 2191: END IF;--QP_CODE_CONTROL.Get_Code_Release_Level

2187: END IF;
2188: Text ('NULL;'); --5295113, 5365971
2189: New_Line;
2190: Text ('End If; --HVOP Path', 1);
2191: END IF;--QP_CODE_CONTROL.Get_Code_Release_Level
2192: --HVOP
2193:
2194: -- added for g_new_pricing_call for caching - hwong
2195: new_line;

Line 2216: IF Qp_Code_Control.Get_Code_Release_Level > '110509' THEN

2212: SELECT DISTINCT request_type_code
2213: FROM QP_PTE_REQUEST_TYPES_B
2214: WHERE ENABLED_FLAG = 'Y'; -- 5365644, 5365968
2215:
2216: IF Qp_Code_Control.Get_Code_Release_Level > '110509' THEN
2217: Text ('If QP_Util_PUB.HVOP_Pricing_On= ''N'' Then --Follow Non-HVOP Path',1);
2218: END IF;
2219: LOOP
2220:

Line 2233: IF Qp_Code_Control.Get_Code_Release_Level > '110509' THEN

2229: END LOOP;
2230: --dbms_output.put_line('............3............');
2231:
2232: --HVOP
2233: IF Qp_Code_Control.Get_Code_Release_Level > '110509' THEN
2234: New_Line;
2235: Text ('Else --Follow HVOP Path', 1);
2236: IF QP_JAVA_ENGINE_UTIL_PUB.JAVA_ENGINE_INSTALLED = 'Y' THEN --5295113, 5365971
2237: Create_Sourcing_Calls('ONT','L','Y');

Line 2243: END IF;--QP_CODE_CONTROL.Get_Code_Release_Level

2239: END IF;
2240: Text ('NULL;'); --5295113, 5365971
2241: New_Line;
2242: Text ('End If; --HVOP Path', 1);
2243: END IF;--QP_CODE_CONTROL.Get_Code_Release_Level
2244: --HVOP
2245:
2246: -- added for g_new_pricing_call for caching - hwong
2247: new_line;

Line 2488: IF Qp_Code_Control.CODE_RELEASE_LEVEL > 110508 THEN

2484: If the attribute sourcing method is 'ATTRIBUTE MAPPING' then the values for the attributes
2485: which are used but not yet mapped must be determined.
2486: */
2487:
2488: IF Qp_Code_Control.CODE_RELEASE_LEVEL > 110508 THEN
2489: l_price_contexts_result_tbl.DELETE;
2490: l_qual_contexts_result_tbl.DELETE;
2491:
2492: Map_Used_But_Not_Mapped_Attrs( p_request_type_code

Line 2915: IF Qp_Code_Control.GET_CODE_RELEASE_LEVEL > 110508 THEN

2911: If the attribute sourcing method is 'ATTRIBUTE MAPPING' then the values for the attributes
2912: which are used but not yet mapped must be determined. --SFIRESTO
2913: */
2914:
2915: IF Qp_Code_Control.GET_CODE_RELEASE_LEVEL > 110508 THEN
2916: v_price_contexts_result_tbl.DELETE;
2917: v_qual_contexts_result_tbl.DELETE;
2918:
2919: Map_Used_But_Not_Mapped_Attrs( p_request_type_code

Line 3209: IF Qp_Code_Control.GET_CODE_RELEASE_LEVEL > 110508 THEN

3205: If the attribute sourcing method is 'ATTRIBUTE MAPPING' then the values for the attributes
3206: which are used but not yet mapped must be determined. --SFIRESTO
3207: */
3208:
3209: IF Qp_Code_Control.GET_CODE_RELEASE_LEVEL > 110508 THEN
3210: v_price_contexts_result_tbl.DELETE;
3211: v_qual_contexts_result_tbl.DELETE;
3212:
3213: Map_Used_But_Not_Mapped_Attrs( p_request_type_code

Line 4702: IF Qp_Code_Control.CODE_RELEASE_LEVEL <= 110508 THEN

4698:
4699: l_cursor l_cursor_type;
4700:
4701: BEGIN
4702: IF Qp_Code_Control.CODE_RELEASE_LEVEL <= 110508 THEN
4703: Print_Line('This concurrent program is reserved for future use.');
4704: ELSE
4705: IF p_request_type_code IS NULL THEN
4706: OPEN l_cursor FOR