DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on CS_INCIDENTLINKS_PUB

Line 183: l_link_rec cs_incidentlinks_pub.cs_incident_link_rec_type;

179: l_billto_shipto_rec c_billto_shipto%ROWTYPE;
180: l_service_request_rec cs_servicerequest_pub.service_request_rec_type;
181: l_notes_table cs_servicerequest_pub.notes_table;
182: l_contacts_table cs_servicerequest_pub.contacts_table;
183: l_link_rec cs_incidentlinks_pub.cs_incident_link_rec_type;
184: l_billto_site_id number;
185: l_shipto_site_id number;
186: l_msg_index_out number;
187: task_created BOOLEAN := FALSE;

Line 565: cs_incidentlinks_pub.create_incidentlink(

561: l_link_rec.request_id := fnd_global.conc_request_id;
562: l_link_rec.program_application_id := fnd_global.prog_appl_id;
563: l_link_rec.program_id := fnd_global.conc_program_id;
564: l_link_rec.program_update_date := sysdate;
565: cs_incidentlinks_pub.create_incidentlink(
566: p_api_version => 2.0,
567: p_init_msg_list => FND_API.G_FALSE,
568: p_commit => FND_API.G_FALSE,
569: p_resp_appl_id => FND_GLOBAL.RESP_APPL_ID,

Line 1211: cs_incidentlinks_pub.DELETE_INCIDENTLINK (

1207: fnd_msg_pub.add;
1208: Add_Err_Msg;
1209: ROLLBACK TO update_sr_tasks_pvt;
1210: Else
1211: cs_incidentlinks_pub.DELETE_INCIDENTLINK (
1212: P_API_VERSION => 2.0,
1213: P_INIT_MSG_LIST => FND_API.G_FALSE,
1214: P_COMMIT => FND_API.G_FALSE,
1215: P_RESP_APPL_ID => NULL,