DBA Data[Home] [Help]

APPS.CS_WF_AUTO_NTFY_UPDATE_PKG dependencies on CS_WORKFLOW_PUB

Line 1955: CS_WORKFLOW_PUB.Get_Employee_Role (

1951: Fix for bug # 2788156
1952: */
1953:
1954: IF(l_employee_id is not null) THEN
1955: CS_WORKFLOW_PUB.Get_Employee_Role (
1956: p_api_version => 1.0,
1957: p_return_status => l_return_status,
1958: p_msg_count => l_msg_count,
1959: p_msg_data => l_msg_data,

Line 5813: CS_WORKFLOW_PUB.Get_Employee_Role (

5809: l_owner_role := NULL;
5810: ELSE
5811:
5812: -- Retrieve the role name for the request owner
5813: CS_WORKFLOW_PUB.Get_Employee_Role (
5814: p_api_version => 1.0,
5815: p_return_status => l_return_status,
5816: p_msg_count => l_msg_count,
5817: p_msg_data => l_msg_data,

Line 6389: CS_WORKFLOW_PUB.Get_Employee_Role (

6385:
6386: IF (l_get_source_id%FOUND AND l_get_source_id_rec.source_id IS NOT NULL) THEN
6387:
6388: -- Retrieve the role name for the request owner
6389: CS_WORKFLOW_PUB.Get_Employee_Role (
6390: p_api_version => 1.0,
6391: p_return_status => l_return_status,
6392: p_msg_count => l_msg_count,
6393: p_msg_data => l_msg_data,

Line 6402: wf_core.context( pkg_name => 'CS_WORKFLOW_PUB',

6398:
6399: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) OR
6400: (l_owner_role is NULL) THEN
6401: CLOSE l_get_source_id;
6402: wf_core.context( pkg_name => 'CS_WORKFLOW_PUB',
6403: proc_name => 'Get_Employee_Role',
6404: arg1 => 'p_employee_id=>'||l_get_source_id_rec.source_id);
6405: l_errmsg_name := 'CS_WF_SR_CANT_FIND_OWNER';
6406:

Line 6565: CS_WORKFLOW_PUB.Get_Employee_Role (

6561: aname => 'PREV_OWNER_ID');
6562:
6563: IF (l_old_incident_owner_id IS NOT NULL) THEN
6564:
6565: CS_WORKFLOW_PUB.Get_Employee_Role (
6566: p_api_version => 1.0,
6567: p_return_status => l_return_status,
6568: p_msg_count => l_msg_count,
6569: p_msg_data => l_msg_data,