DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_TERMS_PKG dependencies on JAI_CMN_RGM_TERMS_PKG

Line 1: PACKAGE BODY jai_cmn_rgm_terms_pkg AS

1: PACKAGE BODY jai_cmn_rgm_terms_pkg AS
2: /* $Header: jai_cmn_rgm_term.plb 120.5.12020000.2 2012/12/06 14:32:56 zxin ship $ */
3:
4: /* --------------------------------------------------------------------------------------
5: Filename:

Line 17: added code in the procedure jai_cmn_rgm_terms_pkg.generate_term_schedules to to

13:
14: 14-Jun-2005 rchandan for bug#4428980, Version 116.3
15: Modified the object to remove literals from DML statements and CURSORS.
16: 09-Jul-2009 CSahoo for bug#8667768, File Version 120.1.12000000.2
17: added code in the procedure jai_cmn_rgm_terms_pkg.generate_term_schedules to to
18: calculate claim dates for the option "first day of financial year".
19:
20: 20-Mar-2010 Bo Li for the Flexible VAT Recovery Schedule
21: This ER is to enhance the existing recovery of VAT Taxes in multiple installments in more generic scenarios.

Line 50: lv_object_name CONSTANT VARCHAR2(61) := 'jai_cmn_rgm_terms_pkg.set_date';

46: ln_last_day NUMBER ;
47: ln_day NUMBER ;
48:
49: /* Added by Ramananda for bug#4407165 */
50: lv_object_name CONSTANT VARCHAR2(61) := 'jai_cmn_rgm_terms_pkg.set_date';
51:
52:
53: BEGIN
54:

Line 97: lv_object_name CONSTANT VARCHAR2(61) := 'jai_cmn_rgm_terms_pkg.insert_jai_rgm_trm_schedules_t';

93: )
94: IS
95:
96: /* Added by Ramananda for bug#4407165 */
97: lv_object_name CONSTANT VARCHAR2(61) := 'jai_cmn_rgm_terms_pkg.insert_jai_rgm_trm_schedules_t';
98:
99: BEGIN
100:
101: INSERT INTO jai_rgm_trm_schedules_t

Line 831: END jai_cmn_rgm_terms_pkg ;

827: p_process_msg := 'JAI_CMN_RG_OTHERS.set_term_in_use_flag => Error Occured : ' || substr(sqlerrm,1,1000) ;
828:
829: END set_term_in_use ;
830:
831: END jai_cmn_rgm_terms_pkg ;