DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on WSM_SM_STARTING_JOBS

Line 5569: wsm_sm_starting_jobs wssj

5565: BEGIN
5566: select max(wsmt.transaction_date)
5567: into l_wlt_time
5568: from wsm_split_merge_transactions wsmt,
5569: wsm_sm_starting_jobs wssj
5570: where wsmt.organization_id = p_org_id
5571: and wsmt.transaction_id = wssj.transaction_id
5572: and wssj.wip_entity_id = p_wip_entity_id;
5573: EXCEPTION