DBA Data[Home] [Help]

APPS.CSTPPWAS dependencies on WIP_DISCRETE_JOBS

Line 1544: FROM wip_discrete_jobs

1540: IF (l_entity_type <> 2) THEN -- Exclude repetitive schedules.
1541:
1542: SELECT nvl(start_quantity,1) -- to avoid divide by zero error
1543: INTO l_lot_size
1544: FROM wip_discrete_jobs
1545: WHERE wip_entity_id = p_entity_id;
1546: ELSE
1547: -- Get the repetitive_schedule_id for a wip entity id and line id
1548: SELECT wrs.repetitive_schedule_id