DBA Data[Home] [Help]

APPS.CS_WF_ACTIVITIES_PKG dependencies on CS_SERVICEREQUEST_PUB

Line 931: CS_ServiceRequest_PUB.Update_Owner (

927: l_resp_id := fnd_global.resp_id;
928: l_resp_appl_id := fnd_global.resp_appl_id;
929: END IF;
930:
931: CS_ServiceRequest_PUB.Update_Owner (
932: p_api_version => 2.0,
933: p_init_msg_list => FND_API.G_FALSE,
934: p_commit => FND_API.G_FALSE,
935: x_return_status => l_return_status,

Line 960: wf_core.context( pkg_name => 'CS_ServiceRequest_PUB',

956: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
957: FND_MSG_PUB.Count_And_Get( p_count => l_msg_count,
958: p_data => l_msg_data,
959: p_encoded => FND_API.G_FALSE );
960: wf_core.context( pkg_name => 'CS_ServiceRequest_PUB',
961: proc_name => 'Update_Owner',
962: arg1 => 'p_user_id=>'||l_user_id,
963: arg2 => 'p_login_id=>'||l_login_id,
964: arg3 => 'p_org_id=>'||l_org_id,

Line 1233: CS_ServiceRequest_PUB.Update_Status (

1229: -- Get the object version number from cs_incidents_all_b
1230:
1231:
1232: /*
1233: CS_ServiceRequest_PUB.Update_Status (
1234: p_api_version => 2.0,
1235: p_init_msg_list => FND_API.G_FALSE,
1236: p_commit => FND_API.G_FALSE,
1237: x_return_status => l_return_status,

Line 1257: wf_core.context( pkg_name => 'CS_ServiceRequest_PUB',

1253: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1254: FND_MSG_PUB.Count_And_Get( p_count => l_msg_count,
1255: p_data => l_msg_data,
1256: p_encoded => FND_API.G_FALSE );
1257: wf_core.context( pkg_name => 'CS_ServiceRequest_PUB',
1258: proc_name => 'Update_Status',
1259: arg1 => 'p_user_id=>'||l_user_id,
1260: arg2 => 'p_org_id=>'||l_org_id,
1261: arg3 => 'p_request_number=>'||l_request_number,

Line 1322: wf_core.context( pkg_name => 'CS_ServiceRequest_PUB',

1318: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1319: FND_MSG_PUB.Count_And_Get( p_count => l_msg_count,
1320: p_data => l_msg_data,
1321: p_encoded => FND_API.G_FALSE );
1322: wf_core.context( pkg_name => 'CS_ServiceRequest_PUB',
1323: proc_name => 'Update_Status',
1324: arg1 => 'p_user_id=>'||l_user_id,
1325: arg2 => 'p_org_id=>'||l_org_id,
1326: arg3 => 'p_request_number=>'||l_request_number,