DBA Data[Home] [Help]

APPS.GMD_LCF_FETCH_PKG dependencies on GMD_QUALITY_GRP

Line 857: l_inv_inp_rec_type GMD_QUALITY_GRP.inv_inp_rec_type;

853: l_rec Cur_get_data%ROWTYPE;
854: l_return_status VARCHAR2(1);
855: x_return_status VARCHAR2(1);
856: l_value VARCHAR2(80);
857: l_inv_inp_rec_type GMD_QUALITY_GRP.inv_inp_rec_type;
858: l_inv_val_out_rec_type GMD_QUALITY_GRP.inv_val_out_rec_type;
859: BEGIN
860: OPEN Cur_get_data;
861: FETCH Cur_get_data INTO l_rec;

Line 858: l_inv_val_out_rec_type GMD_QUALITY_GRP.inv_val_out_rec_type;

854: l_return_status VARCHAR2(1);
855: x_return_status VARCHAR2(1);
856: l_value VARCHAR2(80);
857: l_inv_inp_rec_type GMD_QUALITY_GRP.inv_inp_rec_type;
858: l_inv_val_out_rec_type GMD_QUALITY_GRP.inv_val_out_rec_type;
859: BEGIN
860: OPEN Cur_get_data;
861: FETCH Cur_get_data INTO l_rec;
862: CLOSE Cur_get_data;

Line 871: gmd_quality_grp.get_inv_test_value (P_inv_test_inp_rec => l_inv_inp_rec_type,

867: l_inv_inp_rec_type.subinventory := l_rec.subinventory_code;
868: l_inv_inp_rec_type.locator_id := l_rec.locator_id;
869: l_inv_inp_rec_type.plant_id := NULL;
870: l_inv_inp_rec_type.test_id := V_qcassy_typ_id;
871: gmd_quality_grp.get_inv_test_value (P_inv_test_inp_rec => l_inv_inp_rec_type,
872: x_inv_test_out_rec => l_inv_val_out_rec_type,
873: x_return_status => l_return_status);
874: l_value := l_inv_val_out_rec_type.entity_value;
875: