DBA Data[Home] [Help]

APPS.WIP_WS_TIME_ENTRY dependencies on WIP_DISCRETE_JOBS

Line 1525: update wip_discrete_jobs set

1521: open min_start_date_wo_cursor;
1522: fetch min_start_date_wo_cursor into l_min_start_date;
1523: if min_start_date_wo_cursor%FOUND then
1524: if l_min_start_date is not null then
1525: update wip_discrete_jobs set
1526: actual_start_date = l_min_start_date
1527: where wip_entity_id = p_wip_entity_id;
1528: end if;
1529: end if;