DBA Data[Home] [Help]

APPS.CSFW_SERVICEREQUEST_PUB dependencies on CS_SERVICEREQUEST_PUB

Line 48: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;

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

Line 49: lt_notes_tab cs_servicerequest_pub.notes_table;

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

Line 50: lt_contacts_tab cs_servicerequest_pub.contacts_table;

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

Line 89: cs_servicerequest_pub.initialize_rec

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

Line 121: cs_servicerequest_pub.update_servicerequest

117:
118: lr_service_request_rec.type_id := l_type_id;
119: lr_service_request_rec.last_update_program_code :=L_LAST_UPDATE_PROGRAM_CODE;
120:
121: cs_servicerequest_pub.update_servicerequest
122: (
123: p_api_version => 3.0 ,
124: p_init_msg_list => FND_API.G_FALSE,
125: p_commit => FND_API.G_TRUE,

Line 548: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;

544: l_counter NUMBER(3);
545: l_data VARCHAR2(2000);
546: l_msg_index_out NUMBER;
547:
548: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;
549: lt_notes_tab cs_servicerequest_pub.notes_table;
550: lt_contacts_tab cs_servicerequest_pub.contacts_table;
551:
552: l_workflow_process_id NUMBER;

Line 549: lt_notes_tab cs_servicerequest_pub.notes_table;

545: l_data VARCHAR2(2000);
546: l_msg_index_out NUMBER;
547:
548: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;
549: lt_notes_tab cs_servicerequest_pub.notes_table;
550: lt_contacts_tab cs_servicerequest_pub.contacts_table;
551:
552: l_workflow_process_id NUMBER;
553: l_interaction_id NUMBER;

Line 550: lt_contacts_tab cs_servicerequest_pub.contacts_table;

546: l_msg_index_out NUMBER;
547:
548: lr_service_request_rec cs_servicerequest_pub.service_request_rec_type;
549: lt_notes_tab cs_servicerequest_pub.notes_table;
550: lt_contacts_tab cs_servicerequest_pub.contacts_table;
551:
552: l_workflow_process_id NUMBER;
553: l_interaction_id NUMBER;
554:

Line 579: cs_servicerequest_pub.initialize_rec

575: open c_version(p_incident_id);
576: fetch c_version into l_object_version_number;
577: close c_version ;
578:
579: cs_servicerequest_pub.initialize_rec
580: ( p_sr_record => lr_service_request_rec
581: );
582:
583:

Line 612: cs_servicerequest_pub.update_servicerequest

608: lr_service_request_rec.request_context := p_context ;
609:
610: lr_service_request_rec.type_id := l_type_id;
611: lr_service_request_rec.last_update_program_code :=L_LAST_UPDATE_PROGRAM_CODE;
612: cs_servicerequest_pub.update_servicerequest
613: (
614: p_api_version => 3.0 ,
615: p_init_msg_list => FND_API.G_FALSE,
616: p_commit => FND_API.G_TRUE,