DBA Data[Home] [Help]

APPS.WSM_MES_UTILITIES_PVT dependencies on WSM_SM_STARTING_JOBS

Line 421: wsm_sm_starting_jobs wssj

417: begin
418: select max(wsmt.transaction_date)
419: into l_max_wlt_txn_date
420: FROM wsm_split_merge_transactions wsmt,
421: wsm_sm_starting_jobs wssj
422: WHERE wsmt.transaction_id = wssj.transaction_id
423: AND wssj.wip_entity_id = p_wip_entity_id;
424: exception
425: when no_data_found then