DBA Data[Home] [Help]

APPS.JAI_CMN_GL_PKG dependencies on JAI_CMN_GL_PKG

Line 1: PACKAGE BODY jai_cmn_gl_pkg AS

1: PACKAGE BODY jai_cmn_gl_pkg AS
2: /* $Header: jai_cmn_gl.plb 120.2.12020000.3 2012/09/25 06:50:08 vkaranam ship $ */
3:
4: /* --------------------------------------------------------------------------------------
5: Filename:

Line 238: RAISE_APPLICATION_ERROR(-20000,'Error raised in jai_cmn_gl_pkg.create_gl_entry. Code Combination Id Cannot be Populated as Null. Please Check.');

234: v_accounting_date := trunc(v_accounting_date); --Trunc Added by Nagaraj.s for Bug3456481
235:
236: --This is added by Nagaraj.s for Bug2801751, so that in case ccid is null then an application error is raised.
237: IF p_cc_id is NULL THEN
238: RAISE_APPLICATION_ERROR(-20000,'Error raised in jai_cmn_gl_pkg.create_gl_entry. Code Combination Id Cannot be Populated as Null. Please Check.');
239: END IF;
240:
241:
242: IF NVL(p_credit_amount, 0) <> 0 OR

Line 381: END jai_cmn_gl_pkg ;

377: End If;
378: End create_gl_entry_for_opm;
379:
380:
381: END jai_cmn_gl_pkg ;