DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_TAX_DIST_PKG dependencies on JAI_CMN_RGM_RECORDING_PKG

Line 113: Added parameter p_distribution_type when calling jai_cmn_rgm_recording_pkg.insert_repository_entry

109: 15 04-feb-2009 Vkaranam for bug#6773684,file version 120.4.12000000.9/120.14.12010000.6/120.21
110: Revereted back the changes done in fp bug# 7525691 as the fix is not yet tested/released.
111:
112: 16 18-Mar-2009 Bug 7525691 File version 120.4.12000000.10/120.14.12010000.7/120.22
113: Added parameter p_distribution_type when calling jai_cmn_rgm_recording_pkg.insert_repository_entry
114:
115: 17 21-Jul-2009 CSahoo for bug#8702609, File Version 120.4.12000000.13
116: Issue: ISSUES WITH SERVICE TAX DISTRIBUTION AND SETTLEMENT FORMS
117: Fix: modified the code in the procedure calculate_balances_for_ou. Initially the settled amount

Line 2480: jai_cmn_rgm_recording_pkg.insert_repository_entry

2476: lv_rep_register_type:=jai_constants.register_type_a;
2477: end if;
2478: --end additions for bug#6773684
2479: --this entry is for service to excise transfer
2480: jai_cmn_rgm_recording_pkg.insert_repository_entry
2481: (
2482: P_REPOSITORY_ID => ln_repository_id ,
2483: P_REGIME_ID => p_regime_id ,
2484: P_TAX_TYPE => p_from_tax_type ,

Line 2814: jai_cmn_rgm_recording_pkg.insert_repository_entry

2810: end if;
2811: --end additions for bug#6773684
2812:
2813:
2814: jai_cmn_rgm_recording_pkg.insert_repository_entry
2815: (
2816: P_REPOSITORY_ID => ln_repository_id ,
2817: P_REGIME_ID => p_regime_id ,
2818: P_TAX_TYPE => p_to_tax_type ,