DBA Data[Home] [Help]

APPS.GMD_RECIPE_DATA_PUB dependencies on GMDFMVAL_PUB

Line 23: x_formula_dtl_tbl OUT NOCOPY gmdfmval_pub.formula_detail_tbl ,

19: x_routing_depd_tbl OUT NOCOPY gmd_recipe_fetch_pub.routing_depd_tbl ,
20: x_oprn_act_out OUT NOCOPY gmd_recipe_fetch_pub.oprn_act_tbl ,
21: x_oprn_resc_rec OUT NOCOPY gmd_recipe_fetch_pub.oprn_resc_tbl ,
22: x_formula_header_rec OUT NOCOPY fm_form_mst%ROWTYPE ,
23: x_formula_dtl_tbl OUT NOCOPY gmdfmval_pub.formula_detail_tbl ,
24: x_recp_resc_proc_param_tbl OUT NOCOPY gmd_recipe_fetch_pub.recp_resc_proc_param_tbl
25: )
26: IS
27:

Line 31: lrecord_type gmdfmval_pub.formula_info_in;

27:
28:
29: /* local Variable*/
30: p_return_status VARCHAR2(100) := FND_API.G_RET_STS_SUCCESS;
31: lrecord_type gmdfmval_pub.formula_info_in;
32: x_recipe_id gmd_recipes.recipe_id%TYPE ;
33: x_routing_id fm_rout_hdr.routing_id%TYPE ;
34: l_return_status VARCHAR2(1);
35: l_msg_count NUMBER;

Line 51: gmdfmval_pub.get_element(pElement_name => 'RECIPE'

47: -- x_return_status := 2;
48: Else
49: lrecord_type.recipe_id := p_recipe_id;
50:
51: gmdfmval_pub.get_element(pElement_name => 'RECIPE'
52: ,pRecord_in => lrecord_type
53: ,pDate => p_date --Bug 4479101
54: ,xFormulaHeader_rec => x_formula_header_rec
55: ,xFormulaDetail_tbl => x_formula_dtl_tbl