DBA Data[Home] [Help]

APPS.JA_CN_CFSSE_CALCULATE_PKG dependencies on JA_CN_CFSSE_CALCULATE_PKG

Line 1: PACKAGE BODY JA_CN_CFSSE_CALCULATE_PKG AS

1: PACKAGE BODY JA_CN_CFSSE_CALCULATE_PKG AS
2: --$Header: JACNCSCB.pls 120.2.12010000.2 2008/10/28 06:26:06 shyan ship $
3: --+=======================================================================+
4: --| Copyright (c) 2006 Oracle Corporation |
5: --| Redwood Shores, CA, USA |

Line 28: g_module_name VARCHAR2(30) := 'JA_CN_CFSSE_CALCULATE_PKG';

24:
25: --TYPE G_PERIOD_NAME_TBL IS TABLE OF gl_periods.period_name%TYPE INDEX BY BINARY_INTEGER;
26:
27: --==== Golbal Variables ============
28: g_module_name VARCHAR2(30) := 'JA_CN_CFSSE_CALCULATE_PKG';
29: g_dbg_level NUMBER := FND_LOG.G_Current_Runtime_Level;
30: g_proc_level NUMBER := FND_LOG.Level_Procedure;
31: g_stmt_level NUMBER := FND_LOG.Level_Statement;
32:

Line 385: --Call the procedure 'JA_CN_CFSSE_CALCULATE_PKG.Populate_LastYear_Period_Names'

381: '.call JA_CN_CFS_CALCULATE_PKG.Populate_Period_Names',
382: 'Successfully');
383: END IF; --( g_stmt_level >= g_dbg_level)
384:
385: --Call the procedure 'JA_CN_CFSSE_CALCULATE_PKG.Populate_LastYear_Period_Names'
386: -- to populate qualified period names belonging to last fiscal year
387: -- by 'period name' for calculation
388: --FND_FILE.Put_Line(FND_FILE.LOG,
389: -- 'Populate_LastYear_Period_Names start');

Line 390: JA_CN_CFSSE_CALCULATE_PKG.Populate_LastYear_Period_Names(p_ledger_id => l_ledger_id,--updted by lyb

386: -- to populate qualified period names belonging to last fiscal year
387: -- by 'period name' for calculation
388: --FND_FILE.Put_Line(FND_FILE.LOG,
389: -- 'Populate_LastYear_Period_Names start');
390: JA_CN_CFSSE_CALCULATE_PKG.Populate_LastYear_Period_Names(p_ledger_id => l_ledger_id,--updted by lyb
391: p_period_name => l_period_name,
392: x_period_names => l_lastyear_period_names);
393:
394: --FND_FILE.Put_Line(FND_FILE.LOG,

Line 794: END JA_CN_CFSSE_CALCULATE_PKG;

790: RAISE;
791:
792: END Generate_Cfs_Xml;
793:
794: END JA_CN_CFSSE_CALCULATE_PKG;