DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on FND_API

Line 445: raise fnd_api.g_exc_unexpected_error;

441: from dual;
442: elsif(wjsi_row.load_type not in (wip_constants.resched_job, wip_constants.resched_eam_job) and
443: wjsi_row.task_number is not null
444: and wjsi_row.task_id is not null) then
445: raise fnd_api.g_exc_unexpected_error;
446: end if;
447: exception
448: when others then
449: wip_jsi_utils.record_invalid_column_error('PROJECT_NUMBER');

Line 618: raise fnd_api.g_exc_unexpected_error;

614: wjsi_row.daily_production_rate := l_defaulted_sched.daily_production_rate;
615: else
616: -- A kanban reference makes sense only on a standard job or schedule
617: -- creation request.
618: raise fnd_api.g_exc_unexpected_error;
619: end if ;
620: exception when others then
621: wip_jsi_utils.record_error('WIP_ML_BAD_KB_LOAD') ;
622: wip_jsi_utils.abort_request ;