DBA Data[Home] [Help]

APPS.CS_WF_ACTIVITIES_CUST dependencies on CS_WORKFLOW_PUB

Line 164: CS_WORKFLOW_PUB.Get_Employee_Role (

160: -- Get the name of the current owner
161: --
162: --l_owner_id := l_ServiceRequest_rec.incident_owner_id;
163:
164: CS_WORKFLOW_PUB.Get_Employee_Role (
165: p_api_version => 1.0,
166: p_return_status => l_return_status,
167: p_msg_count => l_msg_count,
168: p_msg_data => l_msg_data,

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

170: p_role_name => l_dummy_role,
171: p_role_display_name => l_owner_name );
172:
173: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
174: wf_core.context( pkg_name => 'CS_WORKFLOW_PUB',
175: proc_name => 'Get_Employee_Role',
176: arg1 => 'p_employee_id=>'||
177: to_char(l_owner_id));
178: l_errmsg_name := 'CS_WF_SR_CANT_FIND_OWNER';