DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_REP_FINAL_REPORTING dependencies on FND_API

Line 160: if lv_return_status <> fnd_api.g_ret_sts_success then

156: xv_return_status => lv_return_status,
157: xv_return_message => lv_return_message
158: );
159:
160: if lv_return_status <> fnd_api.g_ret_sts_success then
161: xv_errbuf := lv_return_message;
162: xv_retcode := 2;
163: goto exit_from_procedure;
164: end if;

Line 192: p_init_msg_list => fnd_api.g_false ,

188: /* Call the eBtax API to update transactions in eBtax as finally reported */
189: zx_extract_pkg.zx_upd_legal_reporting_status
190: (
191: p_api_version => jg_zz_vat_rep_final_reporting.gn_api_version ,
192: p_init_msg_list => fnd_api.g_false ,
193: p_commit => fnd_api.g_false ,
194: p_validation_level => null ,
195: p_application_id_tbl => ltn_application_id ,
196: p_entity_code_tbl => ltv_entity_code ,

Line 193: p_commit => fnd_api.g_false ,

189: zx_extract_pkg.zx_upd_legal_reporting_status
190: (
191: p_api_version => jg_zz_vat_rep_final_reporting.gn_api_version ,
192: p_init_msg_list => fnd_api.g_false ,
193: p_commit => fnd_api.g_false ,
194: p_validation_level => null ,
195: p_application_id_tbl => ltn_application_id ,
196: p_entity_code_tbl => ltv_entity_code ,
197: p_event_class_code_tbl => ltv_event_class_code ,

Line 208: if lv_return_status <> fnd_api.g_ret_sts_success then

204: x_msg_count => ln_msg_count ,
205: x_msg_data => lv_msg_data
206: );
207:
208: if lv_return_status <> fnd_api.g_ret_sts_success then
209: xv_retcode := 2;
210: goto exit_from_procedure;
211: end if;
212:

Line 239: pv_process_flag => fnd_api.g_ret_sts_success ,

235: pv_tax_calendar_period => pv_tax_calendar_period ,
236: pv_source => pv_source ,
237: pv_process_name => 'FINAL REPORTING' ,
238: pn_process_id => ln_final_reporting_id ,
239: pv_process_flag => fnd_api.g_ret_sts_success ,
240: pv_enable_allocations_flag => lv_enable_allocations_flag ,
241: xv_return_status => lv_return_status ,
242: xv_return_message => lv_return_message
243: );

Line 245: if lv_return_status <> fnd_api.g_ret_sts_success then

241: xv_return_status => lv_return_status ,
242: xv_return_message => lv_return_message
243: );
244:
245: if lv_return_status <> fnd_api.g_ret_sts_success then
246: xv_errbuf := lv_return_message;
247: xv_retcode := 2;
248: goto exit_from_procedure;
249: end if;