DBA Data[Home] [Help]

APPS.CS_WF_EVENT_PKG dependencies on CS_WORKFLOW_PUB

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

732: Roopa - fix for bug # 2788610
733: The PREV_OWNER_ID wf attribute value should be
734: the source_id from jtf_rs_resource_extns table
735: and NOT incident_owner_id.
736: CS_WORKFLOW_PUB.Get_Employee_Role() procedure was failing because of this discripency
737: */
738:
739: CURSOR l_cs_sr_get_empid_csr(p_resource_id IN NUMBER) IS
740: select emp.source_id , emp.resource_name

Line 1595: CS_Workflow_PUB.Launch_Servereq_Workflow(

1591: ***************/
1592:
1593: --dbms_output.put_line('Calling Launch_Servereq_Workflow ');
1594:
1595: CS_Workflow_PUB.Launch_Servereq_Workflow(
1596: p_api_version => 1.0,
1597: p_init_msg_list => FND_API.G_TRUE,
1598: p_commit => p_commit,
1599: p_return_status => l_return_status,