DBA Data[Home] [Help]

APPS.WIP_WS_TIME_ENTRY dependencies on WIP_DISCRETE_JOBS

Line 1863: update wip_discrete_jobs set

1859: open min_start_date_wo_cursor;
1860: fetch min_start_date_wo_cursor into l_min_start_date;
1861: if min_start_date_wo_cursor%FOUND then
1862: if l_min_start_date is not null then
1863: update wip_discrete_jobs set
1864: actual_start_date = l_min_start_date
1865: where wip_entity_id = p_wip_entity_id;
1866: end if;
1867: end if;

Line 3645: from wip_discrete_jobs

3641:
3642: --Bug 10097774 get primary_item_id, project_id, task_id
3643: select primary_item_id, project_id, task_id
3644: into l_primary_item_id, l_project_id, l_task_id
3645: from wip_discrete_jobs
3646: where wip_entity_id = p_wip_entity_id;
3647:
3648: if (l_logLevel <= wip_constants.full_logging) then
3649: wip_logger.log('derive_insert_wcti Phase 70', l_retStatus);