DBA Data[Home] [Help]

APPS.WSMPGENE dependencies on WSM_SM_STARTING_JOBS

Line 266: FROM wsm_sm_starting_jobs

262: x_err_msg OUT VARCHAR2 ) IS
263: CURSOR get_qty IS
264: SELECT
265: available_quantity
266: FROM wsm_sm_starting_jobs
267: WHERE wip_entity_id = wip_ent_id
268: AND transaction_id = trans_id;
269: BEGIN
270: OPEN get_qty;