DBA Data[Home] [Help]

APPS.GMIVTDX dependencies on GMI_DISCRETE_TRANSFER_LOTS

Line 87: FROM gmi_discrete_transfer_lots

83: l_lot_count pls_integer := 0;
84:
85: Cursor Cur_get_lot_records(Vtransfer_id NUMBER, Vline_id NUMBER) IS
86: SELECT *
87: FROM gmi_discrete_transfer_lots
88: WHERE transfer_id = Vtransfer_id
89: AND line_id = Vline_id;
90:
91: BEGIN