DBA Data[Home] [Help]

APPS.CSTPPWAS dependencies on WIP_DISCRETE_JOBS

Line 1143: FROM wip_discrete_jobs

1139: IF (l_entity_type <> 2) THEN -- Exclude repetitive schedules.
1140:
1141: SELECT nvl(start_quantity,1) -- to avoid divide by zero error
1142: INTO l_lot_size
1143: FROM wip_discrete_jobs
1144: WHERE wip_entity_id = p_entity_id;
1145: ELSE
1146: -- Get the repetitive_schedule_id for a wip entity id and line id
1147: SELECT wrs.repetitive_schedule_id