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 934: l_rout_scale_factor := GMD_COMMON_VAL.Get_Routing_Scale_Factor

930: IF l_return_status <> FND_API.g_ret_sts_success THEN
931: RAISE FND_API.G_EXC_ERROR;
932: END IF;
933: ELSE
934: l_rout_scale_factor := GMD_COMMON_VAL.Get_Routing_Scale_Factor
935: (vRecipe_Id => p_recipe_id
936: ,x_return_status => l_return_status);
937: END IF; /* If l_calculate_step_qty = 1 */
938:

Line 1015: gmd_common_val.Calculate_Step_Charges (

1011: CLOSE get_orgn_code;
1012: END IF;
1013:
1014: -- call the charges procedure to get the max_capacity for the step.
1015: gmd_common_val.Calculate_Step_Charges (
1016: P_recipe_id => p_recipe_id ,
1017: P_tolerance => 0 ,
1018: P_orgn_id => p_organization_id ,
1019: P_step_tbl => l_step_tbl ,