DBA Data[Home] [Help]

APPS.WIP_FLOW_UTILITIES dependencies on WIP_TXN_LOT_OBJ_T

Line 2345: l_lot system.wip_txn_lot_obj_t;

2341: l_lotNumber c_lot%ROWTYPE;
2342:
2343: x_returnStatus varchar2(1);
2344: l_compObj system.wip_lot_serial_obj_t;
2345: l_lot system.wip_txn_lot_obj_t;
2346: l_org_id NUMBER;
2347: l_wipentityid NUMBER;
2348: l_errorcode NUMBER;
2349: l_errormesg VARCHAR2(100);

Line 2352: l_cur_lot system.wip_txn_lot_obj_t := null;

2348: l_errorcode NUMBER;
2349: l_errormesg VARCHAR2(100);
2350:
2351: l_cur_item system.wip_component_obj_t := null;
2352: l_cur_lot system.wip_txn_lot_obj_t := null;
2353: l_more boolean;
2354: l_qty NUMBER;
2355:
2356: l_msg_count NUMBER;