DBA Data[Home] [Help]

APPS.CS_SR_WF_DUP_CHK_PVT dependencies on CS_WORKFLOW_PUB

Line 1005: CS_WORKFLOW_PUB.Get_Employee_Role (

1001: FETCH l_ServiceRequest_csr INTO l_ServiceRequest_rec;
1002:
1003: IF (l_ServiceRequest_rec.incident_owner_id is not null) THEN
1004: -- Retrieve the role name for the request owner
1005: CS_WORKFLOW_PUB.Get_Employee_Role (
1006: p_api_version => 1.0,
1007: p_return_status => l_return_status,
1008: p_msg_count => l_msg_count,
1009: p_msg_data => l_msg_data,

Line 1016: pkg_name => 'CS_WORKFLOW_PUB',

1012: p_role_display_name => l_owner_name );
1013:
1014: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) OR (l_owner_role is NULL) THEN
1015: wf_core.context(
1016: pkg_name => 'CS_WORKFLOW_PUB',
1017: proc_name => 'Get_Employee_Role',
1018: arg1 => 'p_employee_id=>'||to_char(l_ServiceRequest_rec.incident_owner_id));
1019: l_errmsg_name := 'CS_WF_SR_CANT_FIND_OWNER';
1020: raise l_API_ERROR;

Line 1044: CS_WORKFLOW_PUB.Get_Employee_Role (

1040: FETCH l_EA_Recipient_Notify_csr INTO l_EA_Recipient_Notify_rec;
1041:
1042: IF (l_EA_Recipient_Notify_rec.incident_owner_id is not null) THEN
1043: -- Retrieve the role name for the request owner
1044: CS_WORKFLOW_PUB.Get_Employee_Role (
1045: p_api_version => 1.0,
1046: p_return_status => l_return_status,
1047: p_msg_count => l_msg_count,
1048: p_msg_data => l_msg_data,

Line 1055: pkg_name => 'CS_WORKFLOW_PUB',

1051: p_role_display_name => l_owner_name );
1052:
1053: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) OR (l_owner_role is NULL) THEN
1054: wf_core.context(
1055: pkg_name => 'CS_WORKFLOW_PUB',
1056: proc_name => 'Get_Employee_Role',
1057: arg1 => 'p_employee_id=>'||to_char(l_EA_Recipient_Notify_rec.incident_owner_id));
1058: l_errmsg_name := 'CS_WF_SR_CANT_FIND_OWNER';
1059: raise l_API_ERROR;