DBA Data[Home] [Help]

APPS.GMI_QUANTITY_PVT dependencies on IC_WHSE_MST

Line 62: , p_whse_code IN ic_whse_mst.whse_code%TYPE

58: --
59: FUNCTION Check_unposted_jnl_lot_status
60: ( p_item_id IN ic_item_mst.item_id%TYPE
61: , p_lot_id IN ic_lots_mst.lot_id%TYPE
62: , p_whse_code IN ic_whse_mst.whse_code%TYPE
63: , p_location IN ic_loct_mst.location%TYPE
64: , p_lot_status IN ic_lots_sts.lot_status%TYPE
65: )
66: RETURN BOOLEAN;