DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_REP_UTILITY dependencies on JG_ZZ_VAT_ALLOC_PRC_PKG

Line 592: jg_zz_vat_alloc_prc_pkg.purge_allocation_data

588:
589: if cur_rec_jg_zz_vat_rep_status.allocation_status_flag <> 'N' then
590: /* invoke the allocation API to purge the allocation data.*/
591:
592: jg_zz_vat_alloc_prc_pkg.purge_allocation_data
593: (
594: pn_reporting_status_id => cur_rec_jg_zz_vat_rep_status.reporting_status_id,
595: pv_reallocate_flag => 'Y', --pv_reallocate_flag, bug#5275230
596: xv_return_status => xv_return_status,

Line 639: jg_zz_vat_alloc_prc_pkg.purge_allocation_data

635:
636: /* Check if allocation records need to be purged, there could be a change in setup */
637: if cur_rec_jg_zz_vat_rep_status.allocation_status_flag <> 'N' then
638: /* invoke the allocation API to purge the allocation data.*/
639: jg_zz_vat_alloc_prc_pkg.purge_allocation_data
640: (
641: pn_reporting_status_id => cur_rec_jg_zz_vat_rep_status.reporting_status_id,
642: pv_reallocate_flag => pv_reallocate_flag,
643: xv_return_status => xv_return_status,

Line 658: jg_zz_vat_alloc_prc_pkg.purge_allocation_data

654:
655: /* All validations for allocation is over, for re-allocation flush the allocation records */
656: if pv_reallocate_flag = 'Y' then
657: /* invoke the allocation API to purge the allocation data.*/
658: jg_zz_vat_alloc_prc_pkg.purge_allocation_data
659: (
660: pn_reporting_status_id => cur_rec_jg_zz_vat_rep_status.reporting_status_id,
661: pv_reallocate_flag => pv_reallocate_flag,
662: xv_return_status => xv_return_status,