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 2006/05/26 11:38:28 lgopalsa ship $ */
3:
4: /* --------------------------------------------------------------------------------------
5: Filename:

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

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

Line 373: END jai_cmn_gl_pkg ;

369: End If;
370: End create_gl_entry_for_opm;
371:
372:
373: END jai_cmn_gl_pkg ;