DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on WIP_REPETITIVE_SCHEDULES

Line 781: from wip_repetitive_schedules

777: raise fnd_api.g_exc_unexpected_error;
778: else
779: select count(*)
780: into l_rep_sched_count
781: from wip_repetitive_schedules
782: where repetitive_schedule_id = wjsi_row.repetitive_schedule_id;
783:
784: if(l_rep_sched_count > 0) then
785: raise fnd_api.g_exc_unexpected_error;