DBA Data[Home] [Help]

APPS.GMIVLOT dependencies on QC_GRAD_MST

Line 115: l_qc_grad_mst_row qc_grad_mst%ROWTYPE;

111: l_qc_grade ic_lots_mst.qc_grade%TYPE;
112: l_expaction_code ic_lots_mst.expaction_code%TYPE;
113: l_user_name fnd_user.user_name%TYPE;
114: l_lot_rec GMIGAPI.lot_rec_typ;
115: l_qc_grad_mst_row qc_grad_mst%ROWTYPE;
116: l_qc_actn_mst_row qc_actn_mst%ROWTYPE;
117: l_po_vend_mst_row po_vend_mst%ROWTYPE;
118: l_def_lot_desc NUMBER; /* Bug 2343411 */
119:

Line 346: IF GMIGUTL.v_qc_grade(UPPER(p_lot_rec.qc_grade),l_qc_grad_mst_row)

342: IF NVL(p_lot_rec.qc_grade, p_ic_item_mst_row.qc_grade) = p_ic_item_mst_row.qc_grade
343: THEN
344: x_ic_lots_mst_row.qc_grade := p_ic_item_mst_row.qc_grade;
345: ELSE
346: IF GMIGUTL.v_qc_grade(UPPER(p_lot_rec.qc_grade),l_qc_grad_mst_row)
347: THEN
348: x_ic_lots_mst_row.qc_grade := l_qc_grad_mst_row.qc_grade;
349: ELSE
350: FND_MESSAGE.SET_NAME('GMI','IC_API_INVALID_LOT_QC_GRADE');

Line 348: x_ic_lots_mst_row.qc_grade := l_qc_grad_mst_row.qc_grade;

344: x_ic_lots_mst_row.qc_grade := p_ic_item_mst_row.qc_grade;
345: ELSE
346: IF GMIGUTL.v_qc_grade(UPPER(p_lot_rec.qc_grade),l_qc_grad_mst_row)
347: THEN
348: x_ic_lots_mst_row.qc_grade := l_qc_grad_mst_row.qc_grade;
349: ELSE
350: FND_MESSAGE.SET_NAME('GMI','IC_API_INVALID_LOT_QC_GRADE');
351: FND_MESSAGE.SET_TOKEN('ITEM_NO',l_item_no);
352: FND_MESSAGE.SET_TOKEN('LOT_NO', l_lot_no);