DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on CS_INCIDENTLINKS_PUB

Line 206: l_link_rec cs_incidentlinks_pub.cs_incident_link_rec_type;

202: l_billto_shipto_rec c_billto_shipto%ROWTYPE;
203: l_service_request_rec cs_servicerequest_pub.service_request_rec_type;
204: l_notes_table cs_servicerequest_pub.notes_table;
205: l_contacts_table cs_servicerequest_pub.contacts_table;
206: l_link_rec cs_incidentlinks_pub.cs_incident_link_rec_type;
207: l_billto_site_id number;
208: l_shipto_site_id number;
209: l_msg_index_out number;
210: task_created BOOLEAN := FALSE;

Line 601: cs_incidentlinks_pub.create_incidentlink(

597: l_link_rec.request_id := fnd_global.conc_request_id;
598: l_link_rec.program_application_id := fnd_global.prog_appl_id;
599: l_link_rec.program_id := fnd_global.conc_program_id;
600: l_link_rec.program_update_date := sysdate;
601: cs_incidentlinks_pub.create_incidentlink(
602: p_api_version => 2.0,
603: p_init_msg_list => FND_API.G_FALSE,
604: p_commit => FND_API.G_FALSE,
605: p_resp_appl_id => FND_GLOBAL.RESP_APPL_ID,

Line 1258: cs_incidentlinks_pub.DELETE_INCIDENTLINK (

1254: fnd_msg_pub.add;
1255: Add_Err_Msg;
1256: ROLLBACK TO update_sr_tasks_pvt;
1257: Else
1258: cs_incidentlinks_pub.DELETE_INCIDENTLINK (
1259: P_API_VERSION => 2.0,
1260: P_INIT_MSG_LIST => FND_API.G_FALSE,
1261: P_COMMIT => FND_API.G_FALSE,
1262: P_RESP_APPL_ID => NULL,