DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_ALLOC_PRC_PKG dependencies on JG_ZZ_VAT_REP_UTILITY

Line 411: fnd_file.put_line(fnd_file.log, 'run allocation - before JG_ZZ_VAT_REP_UTILITY.validate_process_initiation');

407: ln_upd_errored_cnt := 0;
408: ln_del_errored_cnt := 0;
409:
410: if gv_debug_flag then
411: fnd_file.put_line(fnd_file.log, 'run allocation - before JG_ZZ_VAT_REP_UTILITY.validate_process_initiation');
412: end if;
413:
414:
415: /* Make a call to utility package which validates and determines whether to proceed further with this process or not */

Line 416: JG_ZZ_VAT_REP_UTILITY.validate_process_initiation(

412: end if;
413:
414:
415: /* Make a call to utility package which validates and determines whether to proceed further with this process or not */
416: JG_ZZ_VAT_REP_UTILITY.validate_process_initiation(
417: pn_vat_reporting_entity_id => pn_vat_reporting_entity_id,
418: pv_tax_calendar_period => pv_tax_calendar_period,
419: pv_source => pv_source,
420: pv_reallocate_flag => pv_reallocate_flag,

Line 433: fnd_file.put_line(fnd_file.log, 'run allocation - Error JG_ZZ_VAT_REP_UTILITY.validate_process_initiation. value-'||lv_return_flag);

429:
430: /* raise error if validation failed */
431: if lv_return_flag in (fnd_api.g_ret_sts_error, fnd_api.g_ret_sts_unexp_error) then
432: if gv_debug_flag then
433: fnd_file.put_line(fnd_file.log, 'run allocation - Error JG_ZZ_VAT_REP_UTILITY.validate_process_initiation. value-'||lv_return_flag);
434: end if;
435:
436: /* print return message;
437: request WARNING (retcode=1), ERROR (retcode=2)*/

Line 975: fnd_file.put_line(fnd_file.log, 'run allocation - before jg_zz_vat_rep_utility.post_process_update.'

971: lv_return_flag := null;
972: lv_return_message := null;
973:
974: if gv_debug_flag then
975: fnd_file.put_line(fnd_file.log, 'run allocation - before jg_zz_vat_rep_utility.post_process_update.'
976: );
977: end if;
978: /* Call the utility API to update allocation_process columns of jg_zz_vat_rep_status table by passing proper values.*/
979: jg_zz_vat_rep_utility.post_process_update(

Line 979: jg_zz_vat_rep_utility.post_process_update(

975: fnd_file.put_line(fnd_file.log, 'run allocation - before jg_zz_vat_rep_utility.post_process_update.'
976: );
977: end if;
978: /* Call the utility API to update allocation_process columns of jg_zz_vat_rep_status table by passing proper values.*/
979: jg_zz_vat_rep_utility.post_process_update(
980: pn_vat_reporting_entity_id => pn_vat_reporting_entity_id,
981: pv_tax_calendar_period => pv_tax_calendar_period,
982: pv_source => lv_extract_source_ledger,
983: pv_process_name => 'ALLOCATION',

Line 992: fnd_file.put_line(fnd_file.log, 'run allocation - after jg_zz_vat_rep_utility.post_process_update.'

988: xv_return_message => lv_return_message
989: );
990:
991: if gv_debug_flag then
992: fnd_file.put_line(fnd_file.log, 'run allocation - after jg_zz_vat_rep_utility.post_process_update.'
993: ||' lv_return_flag:'||lv_return_flag
994: );
995: end if;
996: /* raise error if validation failed */