DBA Data[Home] [Help]

APPS.AMS_WFMOD_PVT dependencies on STANDARD

Line 421: -- x_return_status - standard output indicating the completion status

417: -- or scoring process.
418: --
419: -- Parameters
420: -- p_itemkey - the WF itemkey identifying the instance of the process.
421: -- x_return_status - standard output indicating the completion status
422: --
423: PROCEDURE cancel_process (
424: p_itemkey VARCHAR2,
425: x_return_status OUT NOCOPY VARCHAR2

Line 435: -- x_return_status - standard output indicating the completion status

431: -- Update the scheduled date of the model building or scoring process.
432: --
433: -- Parameters
434: -- p_itemkey - the WF itemkey identifying the instance of the process.
435: -- x_return_status - standard output indicating the completion status
436: --
437: PROCEDURE change_schedule (
438: p_itemkey IN VARCHAR2,
439: p_scheduled_date IN DATE,

Line 509: -- x_return_status - standard output indicating the completion status

505: --
506: -- Parameters
507: -- p_itemkey - the WF itemkey identifying the instance of the process.
508: -- x_orig_status_id - original status id of the Model/Scoring Run
509: -- x_return_status - standard output indicating the completion status
510: --
511: PROCEDURE get_original_status (
512: p_itemkey VARCHAR2,
513: x_orig_status_id OUT NOCOPY NUMBER,