DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on WIP_REPETITIVE_SCHEDULES

Line 786: from wip_repetitive_schedules

782: raise fnd_api.g_exc_unexpected_error;
783: else
784: select count(*)
785: into l_rep_sched_count
786: from wip_repetitive_schedules
787: where repetitive_schedule_id = wjsi_row.repetitive_schedule_id;
788:
789: if(l_rep_sched_count > 0) then
790: raise fnd_api.g_exc_unexpected_error;