DBA Data[Home] [Help]

APPS.GMIVLOT dependencies on QC_ACTN_MST

Line 116: l_qc_actn_mst_row qc_actn_mst%ROWTYPE;

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:
120: BEGIN

Line 366: (UPPER(p_lot_rec.expaction_code), l_qc_actn_mst_row)

362: THEN
363: x_ic_lots_mst_row.expaction_code := p_ic_item_mst_row.expaction_code;
364: ELSE
365: IF GMIGUTL.v_expaction_code
366: (UPPER(p_lot_rec.expaction_code), l_qc_actn_mst_row)
367: THEN
368: x_ic_lots_mst_row.expaction_code:=l_qc_actn_mst_row.action_code;
369: ELSE
370: FND_MESSAGE.SET_NAME('GMI','IC_API_INV_LOT_EXPACTION_CODE');

Line 368: x_ic_lots_mst_row.expaction_code:=l_qc_actn_mst_row.action_code;

364: ELSE
365: IF GMIGUTL.v_expaction_code
366: (UPPER(p_lot_rec.expaction_code), l_qc_actn_mst_row)
367: THEN
368: x_ic_lots_mst_row.expaction_code:=l_qc_actn_mst_row.action_code;
369: ELSE
370: FND_MESSAGE.SET_NAME('GMI','IC_API_INV_LOT_EXPACTION_CODE');
371: FND_MESSAGE.SET_TOKEN('ITEM_NO', l_item_no);
372: FND_MESSAGE.SET_TOKEN('LOT_NO', l_lot_no);