DBA Data[Home] [Help]

APPS.PA_CE_AR_NOTIFY_WF dependencies on WF_CORE

Line 55: -- WF_CORE.TOKEN('ARG1', arg1);

51: --in the error message that is send by workflow.
52: --
53: --IF
54: --THEN
55: -- WF_CORE.TOKEN('ARG1', arg1);
56: -- WF_CORE.TOKEN('ARGn', argn);
57: -- WF_CORE.RAISE('ERROR_NAME');
58: --END IF;
59:

Line 56: -- WF_CORE.TOKEN('ARGn', argn);

52: --
53: --IF
54: --THEN
55: -- WF_CORE.TOKEN('ARG1', arg1);
56: -- WF_CORE.TOKEN('ARGn', argn);
57: -- WF_CORE.RAISE('ERROR_NAME');
58: --END IF;
59:
60: -- Please uncomment and chenge this variable to any positive value (ex. =1) if you want to add any client extention.

Line 57: -- WF_CORE.RAISE('ERROR_NAME');

53: --IF
54: --THEN
55: -- WF_CORE.TOKEN('ARG1', arg1);
56: -- WF_CORE.TOKEN('ARGn', argn);
57: -- WF_CORE.RAISE('ERROR_NAME');
58: --END IF;
59:
60: -- Please uncomment and chenge this variable to any positive value (ex. =1) if you want to add any client extention.
61: -- p_return_status := 1;

Line 65: WF_CORE.CONTEXT('PA_CE_AR_NOTIFY_WF','SELECT_PROJECT_MANAGER');

61: -- p_return_status := 1;
62: EXCEPTION
63: WHEN OTHERS THEN
64: p_return_status := -1;
65: WF_CORE.CONTEXT('PA_CE_AR_NOTIFY_WF','SELECT_PROJECT_MANAGER');
66: RAISE;
67:
68: END Select_Project_Manager;
69: