DBA Data[Home] [Help]

APPS.INV_MO_PURGE dependencies on WIP_FLOW_SCHEDULES

Line 332: from wip_flow_schedules

328: ELSIF (l_entity_type = 4) THEN
329: Begin
330: select 0
331: into can_delete
332: from wip_flow_schedules
333: where wip_entity_id = mo_line.txn_source_id
334: and organization_id = mo_line.organization_id
335: and status <> 2;
336: Exception