DBA Data[Home] [Help]

APPS.CS_WF_AUTO_NTFY_UPDATE_PKG dependencies on CS_WORKFLOW_PUB

Line 1893: CS_WORKFLOW_PUB.Get_Employee_Role (

1889: Fix for bug # 2788156
1890: */
1891:
1892: IF(l_employee_id is not null) THEN
1893: CS_WORKFLOW_PUB.Get_Employee_Role (
1894: p_api_version => 1.0,
1895: p_return_status => l_return_status,
1896: p_msg_count => l_msg_count,
1897: p_msg_data => l_msg_data,

Line 5749: CS_WORKFLOW_PUB.Get_Employee_Role (

5745: l_owner_role := NULL;
5746: ELSE
5747:
5748: -- Retrieve the role name for the request owner
5749: CS_WORKFLOW_PUB.Get_Employee_Role (
5750: p_api_version => 1.0,
5751: p_return_status => l_return_status,
5752: p_msg_count => l_msg_count,
5753: p_msg_data => l_msg_data,

Line 6325: CS_WORKFLOW_PUB.Get_Employee_Role (

6321:
6322: IF (l_get_source_id%FOUND AND l_get_source_id_rec.source_id IS NOT NULL) THEN
6323:
6324: -- Retrieve the role name for the request owner
6325: CS_WORKFLOW_PUB.Get_Employee_Role (
6326: p_api_version => 1.0,
6327: p_return_status => l_return_status,
6328: p_msg_count => l_msg_count,
6329: p_msg_data => l_msg_data,

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

6334:
6335: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) OR
6336: (l_owner_role is NULL) THEN
6337: CLOSE l_get_source_id;
6338: wf_core.context( pkg_name => 'CS_WORKFLOW_PUB',
6339: proc_name => 'Get_Employee_Role',
6340: arg1 => 'p_employee_id=>'||l_get_source_id_rec.source_id);
6341: l_errmsg_name := 'CS_WF_SR_CANT_FIND_OWNER';
6342:

Line 6501: CS_WORKFLOW_PUB.Get_Employee_Role (

6497: aname => 'PREV_OWNER_ID');
6498:
6499: IF (l_old_incident_owner_id IS NOT NULL) THEN
6500:
6501: CS_WORKFLOW_PUB.Get_Employee_Role (
6502: p_api_version => 1.0,
6503: p_return_status => l_return_status,
6504: p_msg_count => l_msg_count,
6505: p_msg_data => l_msg_data,