DBA Data[Home] [Help]

APPS.QP_ATTR_MAPPING_PUB dependencies on QP_CODE_CONTROL

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

590: offset VARCHAR2(2000);
591:
592: --Fix for bug 2491269
593: l_is_product VARCHAR2(1);
594: l_code_release_level CONSTANT VARCHAR2(30) := Qp_Code_Control.Get_Code_Release_Level;
595: l_context_type_processed VARCHAR2(30);
596:
597: L_CHECK_ACTIVE_FLAG VARCHAR2(1);
598:

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

2093: OPEN l_request_type_codes FOR
2094: SELECT DISTINCT request_type_code
2095: FROM qp_price_req_sources;
2096:
2097: IF Qp_Code_Control.Get_Code_Release_Level > '110509' THEN
2098: Text ('If QP_Util_PUB.HVOP_Pricing_On= ''N'' Then --Follow Non-HVOP Path',1);
2099: END IF;
2100: LOOP
2101: FETCH l_request_type_codes INTO

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

2108:
2109: END LOOP;
2110:
2111: --HVOP
2112: IF Qp_Code_Control.Get_Code_Release_Level > '110509' THEN
2113: New_Line;
2114: Text ('Else --Follow HVOP Path', 1);
2115: IF QP_JAVA_ENGINE_UTIL_PUB.JAVA_ENGINE_INSTALLED = 'Y' THEN --5295113, 5365971
2116: Create_Sourcing_Calls('ONT','L','Y');

Line 2122: END IF;--QP_CODE_CONTROL.Get_Code_Release_Level

2118: END IF;
2119: Text ('NULL;'); --5295113, 5365971
2120: New_Line;
2121: Text ('End If; --HVOP Path', 1);
2122: END IF;--QP_CODE_CONTROL.Get_Code_Release_Level
2123: --HVOP
2124:
2125: -- added for g_new_pricing_call for caching - hwong
2126: new_line;

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

2142: SELECT DISTINCT request_type_code
2143: FROM QP_PTE_REQUEST_TYPES_B
2144: WHERE ENABLED_FLAG = 'Y'; -- 5365644, 5365968
2145:
2146: IF Qp_Code_Control.Get_Code_Release_Level > '110509' THEN
2147: Text ('If QP_Util_PUB.HVOP_Pricing_On= ''N'' Then --Follow Non-HVOP Path',1);
2148: END IF;
2149: LOOP
2150:

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

2159: END LOOP;
2160: --dbms_output.put_line('............3............');
2161:
2162: --HVOP
2163: IF Qp_Code_Control.Get_Code_Release_Level > '110509' THEN
2164: New_Line;
2165: Text ('Else --Follow HVOP Path', 1);
2166: IF QP_JAVA_ENGINE_UTIL_PUB.JAVA_ENGINE_INSTALLED = 'Y' THEN --5295113, 5365971
2167: Create_Sourcing_Calls('ONT','L','Y');

Line 2173: END IF;--QP_CODE_CONTROL.Get_Code_Release_Level

2169: END IF;
2170: Text ('NULL;'); --5295113, 5365971
2171: New_Line;
2172: Text ('End If; --HVOP Path', 1);
2173: END IF;--QP_CODE_CONTROL.Get_Code_Release_Level
2174: --HVOP
2175:
2176: -- added for g_new_pricing_call for caching - hwong
2177: new_line;

Line 2375: IF Qp_Code_Control.CODE_RELEASE_LEVEL > 110508 THEN

2371: If the attribute sourcing method is 'ATTRIBUTE MAPPING' then the values for the attributes
2372: which are used but not yet mapped must be determined.
2373: */
2374:
2375: IF Qp_Code_Control.CODE_RELEASE_LEVEL > 110508 THEN
2376: l_price_contexts_result_tbl.DELETE;
2377: l_qual_contexts_result_tbl.DELETE;
2378:
2379: Map_Used_But_Not_Mapped_Attrs( p_request_type_code

Line 2703: IF Qp_Code_Control.GET_CODE_RELEASE_LEVEL > 110508 THEN

2699: If the attribute sourcing method is 'ATTRIBUTE MAPPING' then the values for the attributes
2700: which are used but not yet mapped must be determined. --SFIRESTO
2701: */
2702:
2703: IF Qp_Code_Control.GET_CODE_RELEASE_LEVEL > 110508 THEN
2704: v_price_contexts_result_tbl.DELETE;
2705: v_qual_contexts_result_tbl.DELETE;
2706:
2707: Map_Used_But_Not_Mapped_Attrs( p_request_type_code

Line 2951: IF Qp_Code_Control.GET_CODE_RELEASE_LEVEL > 110508 THEN

2947: If the attribute sourcing method is 'ATTRIBUTE MAPPING' then the values for the attributes
2948: which are used but not yet mapped must be determined. --SFIRESTO
2949: */
2950:
2951: IF Qp_Code_Control.GET_CODE_RELEASE_LEVEL > 110508 THEN
2952: v_price_contexts_result_tbl.DELETE;
2953: v_qual_contexts_result_tbl.DELETE;
2954:
2955: Map_Used_But_Not_Mapped_Attrs( p_request_type_code

Line 4429: IF Qp_Code_Control.CODE_RELEASE_LEVEL <= 110508 THEN

4425:
4426: l_cursor l_cursor_type;
4427:
4428: BEGIN
4429: IF Qp_Code_Control.CODE_RELEASE_LEVEL <= 110508 THEN
4430: Print_Line('This concurrent program is reserved for future use.');
4431: ELSE
4432: IF p_request_type_code IS NULL THEN
4433: OPEN l_cursor FOR