DBA Data[Home] [Help]

APPS.EAM_WB_UTILS dependencies on WIP_DISCRETE_JOBS

Line 1001: from wip_discrete_jobs where wip_entity_id = l_wip_entity_id;

997: l_eam_wo_comp_rec.user_status_id := 4;
998:
999: select scheduled_start_date,scheduled_completion_date,shutdown_type
1000: into l_scheduled_start_date,l_scheduled_completion_date,l_shutdown_type
1001: from wip_discrete_jobs where wip_entity_id = l_wip_entity_id;
1002:
1003: /*start of ER 14016180*/
1004: x_start_date := l_scheduled_start_date;
1005: x_end_date := l_scheduled_completion_date;