DBA Data[Home] [Help]

APPS.CS_WF_ACTIVITIES_PKG dependencies on CS_SERVICEREQUEST_PVT

Line 797: --l_service_request_rec CS_ServiceRequest_PVT.service_request_rec_type;

793:
794: l_resp_id NUMBER;
795: l_resp_appl_id NUMBER;
796:
797: --l_service_request_rec CS_ServiceRequest_PVT.service_request_rec_type;
798: --l_notes CS_SERVICEREQUEST_PVT.notes_table;
799: --l_contacts CS_SERVICEREQUEST_PVT.contacts_table;
800: --out_interaction_id NUMBER;
801: --out_wf_process_id NUMBER;

Line 798: --l_notes CS_SERVICEREQUEST_PVT.notes_table;

794: l_resp_id NUMBER;
795: l_resp_appl_id NUMBER;
796:
797: --l_service_request_rec CS_ServiceRequest_PVT.service_request_rec_type;
798: --l_notes CS_SERVICEREQUEST_PVT.notes_table;
799: --l_contacts CS_SERVICEREQUEST_PVT.contacts_table;
800: --out_interaction_id NUMBER;
801: --out_wf_process_id NUMBER;
802: l_request_id NUMBER;

Line 799: --l_contacts CS_SERVICEREQUEST_PVT.contacts_table;

795: l_resp_appl_id NUMBER;
796:
797: --l_service_request_rec CS_ServiceRequest_PVT.service_request_rec_type;
798: --l_notes CS_SERVICEREQUEST_PVT.notes_table;
799: --l_contacts CS_SERVICEREQUEST_PVT.contacts_table;
800: --out_interaction_id NUMBER;
801: --out_wf_process_id NUMBER;
802: l_request_id NUMBER;
803:

Line 1079: l_service_request_rec CS_ServiceRequest_PVT.service_request_rec_type;

1075:
1076: -- Added new variables for # 1528813
1077:
1078: l_request_id number;
1079: l_service_request_rec CS_ServiceRequest_PVT.service_request_rec_type;
1080: l_notes CS_SERVICEREQUEST_PVT.notes_table;
1081: l_contacts CS_SERVICEREQUEST_PVT.contacts_table;
1082: out_interaction_id number;
1083: out_wf_process_id number;

Line 1080: l_notes CS_SERVICEREQUEST_PVT.notes_table;

1076: -- Added new variables for # 1528813
1077:
1078: l_request_id number;
1079: l_service_request_rec CS_ServiceRequest_PVT.service_request_rec_type;
1080: l_notes CS_SERVICEREQUEST_PVT.notes_table;
1081: l_contacts CS_SERVICEREQUEST_PVT.contacts_table;
1082: out_interaction_id number;
1083: out_wf_process_id number;
1084: l_api_name CONSTANT VARCHAR2(60) := 'CS_WF_ACTIVITIES_PKG.Update_status';

Line 1081: l_contacts CS_SERVICEREQUEST_PVT.contacts_table;

1077:
1078: l_request_id number;
1079: l_service_request_rec CS_ServiceRequest_PVT.service_request_rec_type;
1080: l_notes CS_SERVICEREQUEST_PVT.notes_table;
1081: l_contacts CS_SERVICEREQUEST_PVT.contacts_table;
1082: out_interaction_id number;
1083: out_wf_process_id number;
1084: l_api_name CONSTANT VARCHAR2(60) := 'CS_WF_ACTIVITIES_PKG.Update_status';
1085: l_msg_index_out number;

Line 1271: CS_ServiceRequest_PVT.initialize_rec(l_service_request_rec);

1267: */
1268: -- For bug# 1528813
1269: -- initialize
1270:
1271: CS_ServiceRequest_PVT.initialize_rec(l_service_request_rec);
1272:
1273: l_service_request_rec.status_id := l_new_status_id;
1274: l_service_request_rec.closed_date := sysdate;
1275:

Line 1294: CS_ServiceRequest_PVT.Update_ServiceRequest

1290: l_resp_appl_id := fnd_global.resp_appl_id;
1291: END IF;
1292:
1293:
1294: CS_ServiceRequest_PVT.Update_ServiceRequest
1295: ( p_api_version => 3.0, -- Changed from 2.0 for 11.5.9.
1296: p_init_msg_list => fnd_api.g_false,
1297: p_commit => fnd_api.g_true,
1298: p_validation_level => fnd_api.g_valid_level_full,

Line 1369: wf_core.context( pkg_name => 'CS_ServiceRequest_PVT',

1365: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1366: FND_MSG_PUB.Count_And_Get( p_count => l_msg_count,
1367: p_data => l_msg_data,
1368: p_encoded => FND_API.G_FALSE );
1369: wf_core.context( pkg_name => 'CS_ServiceRequest_PVT',
1370: proc_name => 'Update_ServiceRequest',
1371: arg1 => 'p_user_id=>'||l_user_id,
1372: arg2 => 'p_org_id=>'||l_org_id,
1373: arg3 => 'p_request_number=>'||l_request_number,