DBA Data[Home] [Help]

APPS.IGC_CBC_PO_YEAR_END_PKG dependencies on IGC_CBC_PO_YEAR_END_PKG

Line 1: PACKAGE BODY IGC_CBC_PO_YEAR_END_PKG AS

1: PACKAGE BODY IGC_CBC_PO_YEAR_END_PKG AS
2: /*$Header: IGCPOYEB.pls 120.27.12020000.1 2013/02/15 17:52:40 appldev ship $*/
3:
4:
5: TYPE exception_rec_type IS RECORD

Line 20: g_pkg_name CONSTANT VARCHAR2(30):= 'IGC_CBC_PO_YEAR_END_PKG';

16: INDEX BY BINARY_INTEGER;
17:
18: g_exception_tbl exception_tbl_type ;
19: g_exception_tbl_index NUMBER := 0;
20: g_pkg_name CONSTANT VARCHAR2(30):= 'IGC_CBC_PO_YEAR_END_PKG';
21:
22: g_debug_mode VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
23: -- bug 2804025 ssmales 19-Feb-2003 created 3 globals below
24: g_user_id NUMBER := FND_GLOBAL.user_id ;

Line 37: g_path varchar2(500) := 'igc.plsql.igcpoyeb.igc_cbc_po_year_end_pkg.';

33: g_event_level number := FND_LOG.LEVEL_EVENT;
34: g_excep_level number := FND_LOG.LEVEL_EXCEPTION;
35: g_error_level number := FND_LOG.LEVEL_ERROR;
36: g_unexp_level number := FND_LOG.LEVEL_UNEXPECTED;
37: g_path varchar2(500) := 'igc.plsql.igcpoyeb.igc_cbc_po_year_end_pkg.';
38:
39: -- NOTE that in all of the following processing, the return code value signifies the following:
40: -- 0 - Processing should terminate successfully
41: -- 1 - Processing should terminate with warnings

Line 5099: END IGC_CBC_PO_YEAR_END_PKG;

5095:
5096: END Year_End_Main ;
5097:
5098:
5099: END IGC_CBC_PO_YEAR_END_PKG;