DBA Data[Home] [Help]

APPS.CSFW_SERVICEREQUEST_PUB dependencies on FND_API

Line 124: p_init_msg_list => FND_API.G_FALSE,

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,
126: x_return_status => l_return_status,
127: x_msg_count => l_msg_count,
128: x_msg_data => l_msg_data,

Line 125: p_commit => FND_API.G_TRUE,

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,
126: x_return_status => l_return_status,
127: x_msg_count => l_msg_count,
128: x_msg_data => l_msg_data,
129: p_request_id => p_incident_id,

Line 141: p_called_by_workflow => FND_API.G_FALSE,

137: p_last_update_date => sysdate ,
138: p_service_request_rec => lr_service_request_rec,
139: p_notes => lt_notes_tab,
140: p_contacts => lt_contacts_tab,
141: p_called_by_workflow => FND_API.G_FALSE,
142: p_workflow_process_id => NULL,
143: x_workflow_process_id => l_workflow_process_id,
144: x_interaction_id => l_interaction_id
145: );

Line 154: IF l_return_status = FND_API.G_RET_STS_SUCCESS

150: X_RETURN_STATUS := l_return_status; -- output-parameter
151: X_MSG_COUNT := l_msg_count; -- output-parameter
152:
153: --dbms_output.put_line('return_status: '||l_return_status);
154: IF l_return_status = FND_API.G_RET_STS_SUCCESS
155: THEN
156: if p_commit then
157: commit;
158: end if;

Line 164: , p_encoded => FND_API.G_FALSE

160: FOR l_counter IN 1 .. l_msg_count
161: LOOP
162: fnd_msg_pub.get
163: ( p_msg_index => l_counter
164: , p_encoded => FND_API.G_FALSE
165: , p_data => l_data
166: , p_msg_index_out => l_msg_index_out
167: );
168: --dbms_output.put_line( 'Message: '||l_data );

Line 349: ,p_init_msg_list => FND_API.G_TRUE

345:
346: /* There is a contract attached to the incident. Retrieve reaction time. */
347: oks_entitlements_pub.get_react_resolve_by_time
348: (p_api_version => 1.0
349: ,p_init_msg_list => FND_API.G_TRUE
350: ,p_inp_rec => p_inp_rec
351: ,x_return_status => l_return_status
352: ,x_msg_count => l_msg_count
353: ,x_msg_data => l_msg_data

Line 370: , p_init_msg_list => FND_API.G_TRUE

366:
367: /*
368: oks_entitlements_pub.check_reaction_times
369: ( p_api_version => 1.0
370: , p_init_msg_list => FND_API.G_TRUE
371: , p_business_process_id => r_incident.business_process_id
372: , p_request_date => r_incident.incident_date
373: , p_sr_severity => r_incident.incident_severity_id
374: , p_time_zone_id => l_server_timezone_id

Line 385: IF l_return_status = FND_API.G_RET_STS_SUCCESS

381: , x_react_by_date => l_react_by_date
382: );
383: */
384:
385: IF l_return_status = FND_API.G_RET_STS_SUCCESS
386: THEN
387: /* API-call was successfull */
388: --dbms_output.put_line('duration: '||x_resolve_rec.duration);
389: --dbms_output.put_line('uom: '||x_resolve_rec.uom);

Line 459: , p_encoded => FND_API.G_FALSE

455: FOR l_counter IN 1 .. l_msg_count
456: LOOP
457: fnd_msg_pub.get
458: ( p_msg_index => l_counter
459: , p_encoded => FND_API.G_FALSE
460: , p_data => l_data
461: , p_msg_index_out => l_msg_index_out
462: );
463: --dbms_output.put_line( 'Message: '||l_data );

Line 615: p_init_msg_list => FND_API.G_FALSE,

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,
617: x_return_status => l_return_status,
618: x_msg_count => l_msg_count,
619: x_msg_data => l_msg_data,

Line 616: p_commit => FND_API.G_TRUE,

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,
617: x_return_status => l_return_status,
618: x_msg_count => l_msg_count,
619: x_msg_data => l_msg_data,
620: p_request_id => p_incident_id,

Line 632: p_called_by_workflow => FND_API.G_FALSE,

628: p_last_update_date => sysdate ,
629: p_service_request_rec => lr_service_request_rec,
630: p_notes => lt_notes_tab,
631: p_contacts => lt_contacts_tab,
632: p_called_by_workflow => FND_API.G_FALSE,
633: p_workflow_process_id => NULL,
634: x_workflow_process_id => l_workflow_process_id,
635: x_interaction_id => l_interaction_id
636: );

Line 642: IF l_return_status = FND_API.G_RET_STS_SUCCESS

638: X_RETURN_STATUS := l_return_status; -- output-parameter
639: X_MSG_COUNT := l_msg_count; -- output-parameter
640:
641: --dbms_output.put_line('return_status: '||l_return_status);
642: IF l_return_status = FND_API.G_RET_STS_SUCCESS
643: THEN
644: /* API-call was successfull */
645: null;
646: commit;

Line 652: , p_encoded => FND_API.G_FALSE

648: FOR l_counter IN 1 .. l_msg_count
649: LOOP
650: fnd_msg_pub.get
651: ( p_msg_index => l_counter
652: , p_encoded => FND_API.G_FALSE
653: , p_data => l_data
654: , p_msg_index_out => l_msg_index_out
655: );
656: --dbms_output.put_line( 'Message: '||l_data );