DBA Data[Home] [Help]

APPS.GMI_QUANTITY_PVT dependencies on GMI_QUANTITY_PUB

Line 35: ( p_trans_rec IN GMI_QUANTITY_PUB.trans_rec_typ

31: -- Notes
32: --
33:
34: PROCEDURE Validate_Inventory_Posting
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

Line 43: , x_trans_rec OUT GMI_QUANTITY_PUB.trans_rec_typ

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
44: );
45: --
46:
47: FUNCTION Insert_ic_jrnl_mst