DBA Data[Home] [Help]

APPS.WIP_JSI_UTILS dependencies on WIP_JOB_SCHEDULE_INTERFACE

Line 62: -- in WIP_INTERFACE_ERRORS and updates WIP_JOB_SCHEDULE_INTERFACE to have

58: --
59: -- Cleans up after processing a single request. If any errors have been
60: -- recorded, this procedure rolls back to the point when
61: -- 'begin_processing_request' was called. Stores any errors
62: -- in WIP_INTERFACE_ERRORS and updates WIP_JOB_SCHEDULE_INTERFACE to have
63: -- an error status if appropriate.
64: --
65: -- This is the "destructor" of a request-processing session.
66: -- You must call this procedure after all processing is complete.

Line 213: from wip_job_schedule_interface

209:
210:
211: cursor matching_request (p_interface_id in number) is
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