DBA Data[Home] [Help]

APPS.JA_CN_UTILITY dependencies on JA_CN_UTILITY

Line 1: PACKAGE BODY Ja_Cn_Utility AS

1: PACKAGE BODY Ja_Cn_Utility AS
2: --$Header: JACNCUYB.pls 120.15.12020000.2 2013/02/21 09:41:58 chongwan ship $
3: --+=======================================================================+
4: --| Copyright (c) 2006 Oracle Corporation
5: --| Redwood Shores, CA, USA

Line 57: l_Module_Prefix VARCHAR2(100) := 'JA_CN_UTILITY';

53: --| 11-May-2010 Qingyi Wang Added the function Get_Rounding_Value
54: --| 12-Dec-2012 Jar Wang Added for banking
55: --+======================================================================*//
56:
57: l_Module_Prefix VARCHAR2(100) := 'JA_CN_UTILITY';
58:
59: --==========================================================================
60: -- FUNCTION NAME:
61: --

Line 1204: -- l_Sob_Id := Ja_Cn_Utility.Get_Sob(p_Legal_Entity_Id);--updated by lyb

1200: l_Proc_Level NUMBER := Fnd_Log.Level_Procedure;
1201: l_Proc_Name VARCHAR2(100) := 'Check_Accounting_Period_Range';
1202: BEGIN
1203:
1204: -- l_Sob_Id := Ja_Cn_Utility.Get_Sob(p_Legal_Entity_Id);--updated by lyb
1205: SELECT Start_Date
1206: INTO l_Start_Date
1207: FROM Gl_Period_Statuses
1208: WHERE ledger_id=p_ledger_id--Set_Of_Books_Id = l_Sob_Id,--updated by lyb

Line 3114: END Ja_Cn_Utility;

3110:
3111: RETURN lv_budget_type_value;
3112: END Get_Budget_Type_Value;
3113:
3114: END Ja_Cn_Utility;
3115: