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 802: and QP_CODE_CONTROL.Get_Code_Release_Level > '110509' THEN

798: --To update qp_adv_mod_products for changed lines
799: --*************************************************************************
800:
801: IF P_UPDATE_TYPE in ('HVOP_PRICING_SETUP','ALL')
802: and QP_CODE_CONTROL.Get_Code_Release_Level > '110509' THEN
803: Set_HVOP_Pricing(l_return_status, err_buff);
804: IF l_return_status = FND_API.G_RET_STS_ERROR THEN
805: IF P_UPDATE_TYPE in ('HVOP_PRICING_SETUP','ALL') THEN
806: put_line('Exception in Update_HVOP Profile: '||l_return_status);

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

813: --To update qp_adv_mod_products for changed lines
814: --*************************************************************************
815:
816: IF P_UPDATE_TYPE in ('BATCH_ADV_MOD_PRODUCTS', 'ADV_MOD_PRODUCTS','ALL')
817: and QP_CODE_CONTROL.Get_Code_Release_Level > '110508' THEN
818: --for bug 5237249
819: IF p_list_header_id IS NOT NULL THEN
820: G_LIST_HEADER_ID := p_list_header_id;
821: END IF;--5237249