DBA Data[Home] [Help]

APPS.GMI_QUANTITY_PVT dependencies on QC_GRAD_MST

Line 39: , x_old_qc_grade OUT qc_grad_mst.qc_grade%TYPE

35: ( p_trans_rec IN GMI_QUANTITY_PUB.trans_rec_typ
36: , x_item_id OUT ic_item_mst.item_id%TYPE
37: , x_lot_id OUT ic_lots_mst.lot_id%TYPE
38: , x_old_lot_status OUT ic_lots_sts.lot_status%TYPE
39: , x_old_qc_grade OUT qc_grad_mst.qc_grade%TYPE
40: , x_return_status OUT VARCHAR2
41: , x_msg_count OUT NUMBER
42: , x_msg_data OUT VARCHAR2
43: , x_trans_rec OUT GMI_QUANTITY_PUB.trans_rec_typ

Line 72: , p_qc_grade IN qc_grad_mst.qc_grade%TYPE

68: --
69: FUNCTION Check_unposted_jnl_qc_grade
70: ( p_item_id IN ic_item_mst.item_id%TYPE
71: , p_lot_id IN ic_lots_mst.lot_id%TYPE
72: , p_qc_grade IN qc_grad_mst.qc_grade%TYPE
73: )
74: RETURN BOOLEAN;
75:
76: END GMI_QUANTITY_PVT;