DBA Data[Home] [Help]

APPS.CSFW_SERVICEREQUEST_PUB dependencies on CS_SERVICEREQUEST_PUB

Line 49: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;

45: l_counter NUMBER(3);
46: l_data VARCHAR2(2000);
47: l_msg_index_out NUMBER;
48:
49: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;
50: lt_notes_tab cs_servicerequest_pub.notes_table;
51: lt_contacts_tab cs_servicerequest_pub.contacts_table;
52:
53: l_workflow_process_id NUMBER;

Line 50: lt_notes_tab cs_servicerequest_pub.notes_table;

46: l_data VARCHAR2(2000);
47: l_msg_index_out NUMBER;
48:
49: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;
50: lt_notes_tab cs_servicerequest_pub.notes_table;
51: lt_contacts_tab cs_servicerequest_pub.contacts_table;
52:
53: l_workflow_process_id NUMBER;
54: l_interaction_id NUMBER;

Line 51: lt_contacts_tab cs_servicerequest_pub.contacts_table;

47: l_msg_index_out NUMBER;
48:
49: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;
50: lt_notes_tab cs_servicerequest_pub.notes_table;
51: lt_contacts_tab cs_servicerequest_pub.contacts_table;
52:
53: l_workflow_process_id NUMBER;
54: l_interaction_id NUMBER;
55:

Line 90: cs_servicerequest_pub.initialize_rec

86: ELSE
87: l_object_version_number := p_object_version_number ;
88: END IF;
89:
90: cs_servicerequest_pub.initialize_rec
91: ( p_sr_record => lr_service_request_rec
92: );
93:
94:

Line 127: cs_servicerequest_pub.update_servicerequest

123:
124: lr_service_request_rec.type_id := l_type_id;
125: lr_service_request_rec.last_update_program_code :=L_LAST_UPDATE_PROGRAM_CODE;
126:
127: cs_servicerequest_pub.update_servicerequest
128: (
129: p_api_version => 3.0 ,
130: p_init_msg_list => FND_API.G_FALSE,
131: p_commit => FND_API.G_TRUE,

Line 563: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;

559: l_counter NUMBER(3);
560: l_data VARCHAR2(2000);
561: l_msg_index_out NUMBER;
562:
563: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;
564: lt_notes_tab cs_servicerequest_pub.notes_table;
565: lt_contacts_tab cs_servicerequest_pub.contacts_table;
566:
567: l_workflow_process_id NUMBER;

Line 564: lt_notes_tab cs_servicerequest_pub.notes_table;

560: l_data VARCHAR2(2000);
561: l_msg_index_out NUMBER;
562:
563: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;
564: lt_notes_tab cs_servicerequest_pub.notes_table;
565: lt_contacts_tab cs_servicerequest_pub.contacts_table;
566:
567: l_workflow_process_id NUMBER;
568: l_interaction_id NUMBER;

Line 565: lt_contacts_tab cs_servicerequest_pub.contacts_table;

561: l_msg_index_out NUMBER;
562:
563: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;
564: lt_notes_tab cs_servicerequest_pub.notes_table;
565: lt_contacts_tab cs_servicerequest_pub.contacts_table;
566:
567: l_workflow_process_id NUMBER;
568: l_interaction_id NUMBER;
569:

Line 594: cs_servicerequest_pub.initialize_rec

590: open c_version(p_incident_id);
591: fetch c_version into l_object_version_number;
592: close c_version ;
593:
594: cs_servicerequest_pub.initialize_rec
595: ( p_sr_record => lr_service_request_rec
596: );
597:
598:

Line 627: cs_servicerequest_pub.update_servicerequest

623: lr_service_request_rec.request_context := p_context ;
624:
625: lr_service_request_rec.type_id := l_type_id;
626: lr_service_request_rec.last_update_program_code :=L_LAST_UPDATE_PROGRAM_CODE;
627: cs_servicerequest_pub.update_servicerequest
628: (
629: p_api_version => 3.0 ,
630: p_init_msg_list => FND_API.G_FALSE,
631: p_commit => FND_API.G_TRUE,