DBA Data[Home] [Help]

APPS.EAM_WB_UTILS dependencies on WIP_DISCRETE_JOBS

Line 939: from wip_discrete_jobs where wip_entity_id = l_wip_entity_id;

935: l_eam_wo_comp_rec.organization_id := l_org_id;
936: l_eam_wo_comp_rec.user_status_id := 4;
937:
938: select scheduled_start_date,scheduled_completion_date into l_sheduled_start_date,l_scheduled_completion_date
939: from wip_discrete_jobs where wip_entity_id = l_wip_entity_id;
940:
941: l_eam_wo_comp_rec.actual_start_date := l_sheduled_start_date;
942: l_eam_wo_comp_rec.actual_end_date := l_scheduled_completion_date;
943: