DBA Data[Home] [Help]

APPS.INV_RESERVATION_PVT dependencies on WIP_DISCRETE_JOBS

Line 2261: wip_discrete_jobs wdj WHERE we.wip_entity_id = p_source_header_id

2257:
2258: BEGIN
2259: SELECT we.entity_type, wdj.maintenance_object_source INTO
2260: l_wip_entity_id, l_maintenance_object_source FROM wip_entities we,
2261: wip_discrete_jobs wdj WHERE we.wip_entity_id = p_source_header_id
2262: AND we.wip_entity_id = wdj.wip_entity_id(+);
2263: EXCEPTION
2264: WHEN no_data_found THEN
2265: IF (l_debug = 1) THEN