DBA Data[Home] [Help]

APPS.GMD_RECIPE_FETCH_PUB dependencies on GMD_COMMON_VAL

Line 807: l_charge_tbl gmd_common_val.charge_tbl ;

803: l_msg_count NUMBER ;
804: l_return_code NUMBER ;
805: i NUMBER(10) DEFAULT 0;
806: l_msg_data VARCHAR2(2000) ;
807: l_charge_tbl gmd_common_val.charge_tbl ;
808: l_step_tbl gmd_auto_step_calc.step_rec_tbl;
809: l_calculate_step_qty NUMBER(5);
810: l_rout_scale_factor NUMBER;
811: l_orgn_code VARCHAR2(4);

Line 977: l_rout_scale_factor := GMD_COMMON_VAL.Get_Routing_Scale_Factor

973: IF l_return_status <> FND_API.g_ret_sts_success THEN
974: RAISE FND_API.G_EXC_ERROR;
975: END IF;
976: ELSE
977: l_rout_scale_factor := GMD_COMMON_VAL.Get_Routing_Scale_Factor
978: (vRecipe_Id => p_recipe_id
979: ,x_return_status => l_return_status);
980: END IF; /* If l_calculate_step_qty = 1 */
981:

Line 1060: gmd_common_val.Calculate_Step_Charges (

1056: CLOSE get_orgn_code;
1057: END IF;
1058:
1059: -- call the charges procedure to get the max_capacity for the step.
1060: gmd_common_val.Calculate_Step_Charges (
1061: P_recipe_id => p_recipe_id ,
1062: P_tolerance => 0 ,
1063: P_orgn_id => p_organization_id ,
1064: P_step_tbl => l_step_tbl ,