DBA Data[Home] [Help]

APPS.CS_WORKFLOW_PKG dependencies on CS_WORKFLOW_PUB

Line 204: CS_Workflow_PUB.Launch_Servereq_Workflow (

200: SAVEPOINT start_workflow;
201:
202: -- Call the API. Notice that we are doing a quiet commit by setting
203: -- the commit flag
204: CS_Workflow_PUB.Launch_Servereq_Workflow (
205: p_api_version => 1.0,
206: p_init_msg_list => FND_API.G_TRUE,
207: p_commit => FND_API.G_TRUE,
208: p_return_status => l_return_status,

Line 257: CS_Workflow_PUB.Cancel_Servereq_Workflow (

253: SAVEPOINT abort_workflow;
254:
255: -- Call the API. Notice that we are doing a quiet commit by setting
256: -- the commit flag
257: CS_Workflow_PUB.Cancel_Servereq_Workflow (
258: p_api_version => 1.0,
259: p_init_msg_list => FND_API.G_TRUE,
260: p_commit => FND_API.G_TRUE,
261: p_return_status => l_return_status,

Line 308: CS_Workflow_PUB.Cancel_Servereq_Workflow (

304: SAVEPOINT abort_workflow;
305:
306: -- Call the API. Notice that we are doing a quiet commit by setting
307: -- the commit flag
308: CS_Workflow_PUB.Cancel_Servereq_Workflow (
309: p_api_version => 1.0,
310: p_init_msg_list => FND_API.G_TRUE,
311: p_commit => FND_API.G_TRUE,
312: p_return_status => l_return_status,

Line 431: /*CS_Workflow_PUB.launch_Action_Workflow

427: elsif l_return_status = 'A' then
428: RAISE ACTION_NOT_VALID;
429: end if;
430:
431: /*CS_Workflow_PUB.launch_Action_Workflow
432: (
433: p_api_version => 1.0,
434: p_init_msg_list => FND_API.G_TRUE,
435: p_commit => FND_API.G_TRUE,

Line 499: CS_Workflow_PUB.Cancel_Action_Workflow

495: SAVEPOINT Abort_Action_Workflow;
496:
497: -- Call the API. Notice that we are doing a quiet commit by setting
498: -- the commit flag
499: CS_Workflow_PUB.Cancel_Action_Workflow
500: ( p_api_version => 1.0,
501: p_init_msg_list => FND_API.G_TRUE,
502: p_commit => FND_API.G_TRUE,
503: p_return_status => l_return_status,

Line 725: CS_Workflow_PUB.Launch_Servereq_Workflow (

721: p_workflow_process_id := x_wf_process_id;
722: *********/
723:
724:
725: CS_Workflow_PUB.Launch_Servereq_Workflow (
726: p_api_version => 1.0,
727: p_init_msg_list => FND_API.G_TRUE,
728: p_commit => FND_API.G_TRUE,
729: p_return_status => l_return_status,