DBA Data[Home] [Help]

APPS.CS_WF_EVENT_PKG dependencies on CS_WORKFLOW_PUB

Line 428: CS_WORKFLOW_PUB.Get_Employee_Role() procedure was failing because of this discripency

424: Roopa - fix for bug # 2788610
425: The PREV_OWNER_ID wf attribute value should be
426: the source_id from jtf_rs_resource_extns table
427: and NOT incident_owner_id.
428: CS_WORKFLOW_PUB.Get_Employee_Role() procedure was failing because of this discripency
429: */
430:
431: CURSOR l_cs_sr_get_empid_csr(p_resource_id IN NUMBER) IS
432: select emp.source_id , emp.resource_name

Line 1241: CS_Workflow_PUB.Launch_Servereq_Workflow(

1237: ***************/
1238:
1239: --dbms_output.put_line('Calling Launch_Servereq_Workflow ');
1240:
1241: CS_Workflow_PUB.Launch_Servereq_Workflow(
1242: p_api_version => 1.0,
1243: p_init_msg_list => FND_API.G_TRUE,
1244: p_commit => p_commit,
1245: p_return_status => l_return_status,