DBA Data[Home] [Help]

APPS.INV_MO_PURGE dependencies on WIP_REPETITIVE_SCHEDULES

Line 316: from wip_repetitive_schedules

312: -- schedule status is Complete - No Charges
313: Begin
314: select 0
315: into can_delete
316: from wip_repetitive_schedules
317: where wip_entity_id = mo_line.txn_source_id
318: and organization_id = mo_line.organization_id
319: and status_type <> 5;
320: Exception