DBA Data[Home] [Help]

APPS.GMI_LOCKS dependencies on IC_WHSE_MST

Line 177: i_whse_code IN ic_whse_mst.whse_code%TYPE,

173:
174: PROCEDURE lock_inventory
175: (
176: i_item_id IN ic_loct_inv.item_id%TYPE,
177: i_whse_code IN ic_whse_mst.whse_code%TYPE,
178: o_lock_status OUT NOCOPY BOOLEAN
179: )
180: IS
181: i_lock_status BOOLEAN;