940: gLoginId := nvl(Fnd_Global.LOGIN_ID, -1);
941:
942: v_step := 'Step 2 ' ;
943:
944: lMatchProfile := FND_PROFILE.Value('BOM:MATCH_CONFIG');
945:
946: v_step := 'Step 3 ' ;
947:
948: /* Temporary statement needs to be fixed */
1110:
1111: bcol_tab(bcol_index).schedule_ship_date := v_sysdate ;
1112: bcol_tab(bcol_index).ship_from_org_id := p_current_org_id ;
1113:
1114: l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');
1115:
1116:
1117: if( lMatchProfile = 1 ) then
1118: if( l_custom_match_profile = 2 ) then
2668: l_stmt_num := 1;
2669:
2670: x_match_found := 'N' ;
2671:
2672: l_custom_match_profile := FND_PROFILE.Value('BOM:CUSTOM_MATCH');
2673:
2674: l_stmt_num := 5;
2675:
2676: /* for each model */
3477: X_Stmt_Num := 20;
3478:
3479: /** Check if the BOM:CONFIG_INHERIT_OP_SEQ is Set **/
3480:
3481: l_op_seq_profile := FND_PROFILE.Value('BOM:CONFIG_INHERIT_OP_SEQ');
3482:
3483: /* Insert Mandatory Components for the options selected if inheritance is OFF */
3484:
3485: IF l_op_seq_profile <> 1 THEN
3850:
3851: END IF;
3852:
3853: /*
3854: l_op_seq_profile := FND_PROFILE.Value('BOM:CONFIG_INHERIT_OP_SEQ');
3855:
3856: IF l_op_seq_profile = 1
3857: THEN
3858: -- Call procedure to inherit operation sequences