DBA Data[Home] [Help]

APPS.CS_SR_WF_DUP_CHK_PVT dependencies on CS_WORKFLOW_PUB

Line 1026: CS_WORKFLOW_PUB.Get_Employee_Role (

1022: FETCH l_ServiceRequest_csr INTO l_ServiceRequest_rec;
1023:
1024: IF (l_ServiceRequest_rec.incident_owner_id is not null) THEN
1025: -- Retrieve the role name for the request owner
1026: CS_WORKFLOW_PUB.Get_Employee_Role (
1027: p_api_version => 1.0,
1028: p_return_status => l_return_status,
1029: p_msg_count => l_msg_count,
1030: p_msg_data => l_msg_data,

Line 1037: pkg_name => 'CS_WORKFLOW_PUB',

1033: p_role_display_name => l_owner_name );
1034:
1035: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) OR (l_owner_role is NULL) THEN
1036: wf_core.context(
1037: pkg_name => 'CS_WORKFLOW_PUB',
1038: proc_name => 'Get_Employee_Role',
1039: arg1 => 'p_employee_id=>'||to_char(l_ServiceRequest_rec.incident_owner_id));
1040: l_errmsg_name := 'CS_WF_SR_CANT_FIND_OWNER';
1041: raise l_API_ERROR;

Line 1065: CS_WORKFLOW_PUB.Get_Employee_Role (

1061: FETCH l_EA_Recipient_Notify_csr INTO l_EA_Recipient_Notify_rec;
1062:
1063: IF (l_EA_Recipient_Notify_rec.incident_owner_id is not null) THEN
1064: -- Retrieve the role name for the request owner
1065: CS_WORKFLOW_PUB.Get_Employee_Role (
1066: p_api_version => 1.0,
1067: p_return_status => l_return_status,
1068: p_msg_count => l_msg_count,
1069: p_msg_data => l_msg_data,

Line 1076: pkg_name => 'CS_WORKFLOW_PUB',

1072: p_role_display_name => l_owner_name );
1073:
1074: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) OR (l_owner_role is NULL) THEN
1075: wf_core.context(
1076: pkg_name => 'CS_WORKFLOW_PUB',
1077: proc_name => 'Get_Employee_Role',
1078: arg1 => 'p_employee_id=>'||to_char(l_EA_Recipient_Notify_rec.incident_owner_id));
1079: l_errmsg_name := 'CS_WF_SR_CANT_FIND_OWNER';
1080: raise l_API_ERROR;