DBA Data[Home] [Help]

APPS.CSFW_SERVICEREQUEST_PUB dependencies on FND_API

Line 130: p_init_msg_list => FND_API.G_FALSE,

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,
132: x_return_status => l_return_status,
133: x_msg_count => l_msg_count,
134: x_msg_data => l_msg_data,

Line 131: p_commit => FND_API.G_TRUE,

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,
132: x_return_status => l_return_status,
133: x_msg_count => l_msg_count,
134: x_msg_data => l_msg_data,
135: p_request_id => p_incident_id,

Line 147: p_called_by_workflow => FND_API.G_FALSE,

143: p_last_update_date => sysdate ,
144: p_service_request_rec => lr_service_request_rec,
145: p_notes => lt_notes_tab,
146: p_contacts => lt_contacts_tab,
147: p_called_by_workflow => FND_API.G_FALSE,
148: p_workflow_process_id => NULL,
149: x_workflow_process_id => l_workflow_process_id,
150: x_interaction_id => l_interaction_id
151: );

Line 160: IF l_return_status = FND_API.G_RET_STS_SUCCESS

156: X_RETURN_STATUS := l_return_status; -- output-parameter
157: X_MSG_COUNT := l_msg_count; -- output-parameter
158:
159: --dbms_output.put_line('return_status: '||l_return_status);
160: IF l_return_status = FND_API.G_RET_STS_SUCCESS
161: THEN
162: if p_commit then
163: commit;
164: end if;

Line 170: , p_encoded => FND_API.G_FALSE

166: FOR l_counter IN 1 .. l_msg_count
167: LOOP
168: fnd_msg_pub.get
169: ( p_msg_index => l_counter
170: , p_encoded => FND_API.G_FALSE
171: , p_data => l_data
172: , p_msg_index_out => l_msg_index_out
173: );
174: --dbms_output.put_line( 'Message: '||l_data );

Line 355: ,p_init_msg_list => FND_API.G_TRUE

351:
352: /* There is a contract attached to the incident. Retrieve reaction time. */
353: oks_entitlements_pub.get_react_resolve_by_time
354: (p_api_version => 1.0
355: ,p_init_msg_list => FND_API.G_TRUE
356: ,p_inp_rec => p_inp_rec
357: ,x_return_status => l_return_status
358: ,x_msg_count => l_msg_count
359: ,x_msg_data => l_msg_data

Line 376: , p_init_msg_list => FND_API.G_TRUE

372:
373: /*
374: oks_entitlements_pub.check_reaction_times
375: ( p_api_version => 1.0
376: , p_init_msg_list => FND_API.G_TRUE
377: , p_business_process_id => r_incident.business_process_id
378: , p_request_date => r_incident.incident_date
379: , p_sr_severity => r_incident.incident_severity_id
380: , p_time_zone_id => l_server_timezone_id

Line 391: IF l_return_status = FND_API.G_RET_STS_SUCCESS

387: , x_react_by_date => l_react_by_date
388: );
389: */
390:
391: IF l_return_status = FND_API.G_RET_STS_SUCCESS
392: THEN
393: /* API-call was successfull */
394: --dbms_output.put_line('duration: '||x_resolve_rec.duration);
395: --dbms_output.put_line('uom: '||x_resolve_rec.uom);

Line 474: , p_encoded => FND_API.G_FALSE

470: FOR l_counter IN 1 .. l_msg_count
471: LOOP
472: fnd_msg_pub.get
473: ( p_msg_index => l_counter
474: , p_encoded => FND_API.G_FALSE
475: , p_data => l_data
476: , p_msg_index_out => l_msg_index_out
477: );
478: --dbms_output.put_line( 'Message: '||l_data );

Line 630: p_init_msg_list => FND_API.G_FALSE,

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,
632: x_return_status => l_return_status,
633: x_msg_count => l_msg_count,
634: x_msg_data => l_msg_data,

Line 631: p_commit => FND_API.G_TRUE,

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,
632: x_return_status => l_return_status,
633: x_msg_count => l_msg_count,
634: x_msg_data => l_msg_data,
635: p_request_id => p_incident_id,

Line 647: p_called_by_workflow => FND_API.G_FALSE,

643: p_last_update_date => sysdate ,
644: p_service_request_rec => lr_service_request_rec,
645: p_notes => lt_notes_tab,
646: p_contacts => lt_contacts_tab,
647: p_called_by_workflow => FND_API.G_FALSE,
648: p_workflow_process_id => NULL,
649: x_workflow_process_id => l_workflow_process_id,
650: x_interaction_id => l_interaction_id
651: );

Line 657: IF l_return_status = FND_API.G_RET_STS_SUCCESS

653: X_RETURN_STATUS := l_return_status; -- output-parameter
654: X_MSG_COUNT := l_msg_count; -- output-parameter
655:
656: --dbms_output.put_line('return_status: '||l_return_status);
657: IF l_return_status = FND_API.G_RET_STS_SUCCESS
658: THEN
659: /* API-call was successfull */
660: null;
661: commit;

Line 667: , p_encoded => FND_API.G_FALSE

663: FOR l_counter IN 1 .. l_msg_count
664: LOOP
665: fnd_msg_pub.get
666: ( p_msg_index => l_counter
667: , p_encoded => FND_API.G_FALSE
668: , p_data => l_data
669: , p_msg_index_out => l_msg_index_out
670: );
671: --dbms_output.put_line( 'Message: '||l_data );