DBA Data[Home] [Help]

APPS.GMI_QUANTITY_PVT dependencies on QC_GRAD_MST

Line 82: , x_old_qc_grade OUT qc_grad_mst.qc_grade%TYPE

78: ( p_trans_rec IN GMI_QUANTITY_PUB.trans_rec_typ
79: , x_item_id OUT ic_item_mst.item_id%TYPE
80: , x_lot_id OUT ic_lots_mst.lot_id%TYPE
81: , x_old_lot_status OUT ic_lots_sts.lot_status%TYPE
82: , x_old_qc_grade OUT qc_grad_mst.qc_grade%TYPE
83: , x_return_status OUT VARCHAR2
84: , x_msg_count OUT NUMBER
85: , x_msg_data OUT VARCHAR2
86: , x_trans_rec OUT GMI_QUANTITY_PUB.trans_rec_typ

Line 1470: , p_qc_grade IN qc_grad_mst.qc_grade%TYPE

1466: --+=========================================================================+
1467: FUNCTION Check_unposted_jnl_qc_grade
1468: ( p_item_id IN ic_item_mst.item_id%TYPE
1469: , p_lot_id IN ic_lots_mst.lot_id%TYPE
1470: , p_qc_grade IN qc_grad_mst.qc_grade%TYPE
1471: )
1472: RETURN BOOLEAN
1473: IS
1474: