DBA Data[Home] [Help]

APPS.QP_MAINTAIN_DENORMALIZED_DATA dependencies on QP_CODE_CONTROL

Line 56: If QP_Code_Control.Get_Code_Release_Level > '110509'

52:
53: BEGIN
54:
55:
56: If QP_Code_Control.Get_Code_Release_Level > '110509'
57: Then
58: If QP_Java_Engine_Util_PUB.Java_Engine_Running = 'Y'
59: Then
60: Open l_basic_modifiers_cur;

Line 512: IF QP_CODE_CONTROL.Get_Code_Release_Level < '110509' THEN

508: END IF;
509:
510: --post QP.I, the OM integration code will go thru the performance code path
511: --in all cases. So profile QP_BASIC_MODIFIERS_SETUP will be set to N always
512: IF QP_CODE_CONTROL.Get_Code_Release_Level < '110509' THEN
513: OPEN l_basic_modifiers_cur;
514: FETCH l_basic_modifiers_cur INTO l_basic_modifiers_exist;
515: CLOSE l_basic_modifiers_cur;
516:

Line 525: END IF;--QP_CODE_CONTROL.Get_Code_Release_Level

521: IF p_update_type in ('PHASE', 'ALL')
522: THEN
523: put_line('Completed Update of Profile: limits exist: '||l_limits_exist||' basic modifiers exist: '||l_basic_modifiers_exist);
524: END IF;--update_type
525: END IF;--QP_CODE_CONTROL.Get_Code_Release_Level
526:
527: --this was added for QP.H to check if there are only basic modifiers in the
528: --setup and to setup a profile accordingly. Based on this profile
529: --OM-QP integration will call new code path if profile is 'Y'

Line 534: IF QP_CODE_CONTROL.Get_Code_Release_Level < '110509' THEN -- Bug 2841107

530: --if there are no limits and no advanced modifiers
531: --post QP.I, the OM integration code will go thru the performance code path
532: --in all cases. So profile QP_BASIC_MODIFIERS_SETUP will be set to N always
533:
534: IF QP_CODE_CONTROL.Get_Code_Release_Level < '110509' THEN -- Bug 2841107
535: IF ((l_limits_exist = 'N')
536: and (l_basic_modifiers_exist = 'N'))
537: THEN
538: IF p_update_type in ('PHASE', 'ALL')

Line 791: and QP_CODE_CONTROL.Get_Code_Release_Level > '110509' THEN

787: --To update qp_adv_mod_products for changed lines
788: --*************************************************************************
789:
790: IF P_UPDATE_TYPE in ('HVOP_PRICING_SETUP','ALL')
791: and QP_CODE_CONTROL.Get_Code_Release_Level > '110509' THEN
792: Set_HVOP_Pricing(l_return_status, err_buff);
793: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
794: IF P_UPDATE_TYPE in ('HVOP_PRICING_SETUP','ALL') THEN
795: put_line('Exception in Update_HVOP Profile: '||l_return_status);

Line 806: and QP_CODE_CONTROL.Get_Code_Release_Level > '110508' THEN

802: --To update qp_adv_mod_products for changed lines
803: --*************************************************************************
804:
805: IF P_UPDATE_TYPE in ('BATCH_ADV_MOD_PRODUCTS', 'ADV_MOD_PRODUCTS','ALL')
806: and QP_CODE_CONTROL.Get_Code_Release_Level > '110508' THEN
807: --for bug 5237249
808: IF p_list_header_id IS NOT NULL THEN
809: G_LIST_HEADER_ID := p_list_header_id;
810: END IF;--5237249