DBA Data[Home] [Help]

APPS.GMIUTILS dependencies on IC_LOTS_STS

Line 311: ic_lots_sts

307: Cursor get_lots_ind (V_lot_sts IN VARCHAR2) IS
308: SELECT
309: nettable_ind, order_proc_ind, shipping_ind, prod_ind, rejected_ind
310: FROM
311: ic_lots_sts
312: WHERE
313: lot_status = V_lot_sts;
314:
315: Cursor get_lot_no(V_lot_id IN NUMBER) IS