DBA Data[Home] [Help]

APPS.WIP_JSI_UTILS dependencies on WIP_CONSTANTS

Line 216: process_phase = WIP_CONSTANTS.ML_VALIDATION and

212: select rowid
213: from wip_job_schedule_interface
214: where
215: interface_id = p_interface_id and
216: process_phase = WIP_CONSTANTS.ML_VALIDATION and
217: process_status = WIP_CONSTANTS.RUNNING
218: for update ;
219:
220: /* type request_error is record (

Line 217: process_status = WIP_CONSTANTS.RUNNING

213: from wip_job_schedule_interface
214: where
215: interface_id = p_interface_id and
216: process_phase = WIP_CONSTANTS.ML_VALIDATION and
217: process_status = WIP_CONSTANTS.RUNNING
218: for update ;
219:
220: /* type request_error is record (
221: error_type wip_interface_errors.error_type %type,