DBA Data[Home] [Help]

APPS.WIP_OVERCOMPLETION dependencies on WIP_REPETITIVE_SCHEDULES

Line 334: wip_repetitive_schedules wrs

330: ( wro1.quantity_per_assembly *
331: round(wrs.processing_work_days * wrs.daily_production_rate, 6))/wro1.component_yield_factor
332: from
333: wip_requirement_operations wro1,
334: wip_repetitive_schedules wrs
335: where
336: wro1.rowid = wro.rowid
337: and wro1.repetitive_schedule_id =wrs.repetitive_schedule_id
338: AND wro1.organization_id = wrs.organization_id

Line 811: wip_repetitive_schedules wrs

807: -1, wip_constants.yes
808: )
809: INTO p_result
810: FROM wip_repetitive_items wri,
811: wip_repetitive_schedules wrs
812: WHERE
813: wrs.organization_id = p_organization_id
814: AND wrs.repetitive_schedule_id = x_repetitive_schedule_id
815: AND wrs.organization_id = wri.organization_id