DBA Data[Home] [Help]

APPS.FEM_CONDITIONS_API dependencies on FND_LOG

Line 12: G_LOG_LEVEL_STATEMENT constant number := FND_LOG.Level_Statement; --1--

8: G_PKG_NAME constant varchar2(30) := 'FEM_CONDITIONS_API';
9: G_BLOCK constant varchar2(80) := lower(G_FEM||'.PLSQL.'||G_PKG_NAME);
10:
11: -- Log Level Constants
12: G_LOG_LEVEL_STATEMENT constant number := FND_LOG.Level_Statement; --1--
13: G_LOG_LEVEL_PROCEDURE constant number := FND_LOG.Level_Procedure; --2--
14: G_LOG_LEVEL_EVENT constant number := FND_LOG.Level_Event; --3--
15: G_LOG_LEVEL_EXCEPTION constant number := FND_LOG.Level_Exception; --4--
16: G_LOG_LEVEL_ERROR constant number := FND_LOG.Level_Error; --5--

Line 13: G_LOG_LEVEL_PROCEDURE constant number := FND_LOG.Level_Procedure; --2--

9: G_BLOCK constant varchar2(80) := lower(G_FEM||'.PLSQL.'||G_PKG_NAME);
10:
11: -- Log Level Constants
12: G_LOG_LEVEL_STATEMENT constant number := FND_LOG.Level_Statement; --1--
13: G_LOG_LEVEL_PROCEDURE constant number := FND_LOG.Level_Procedure; --2--
14: G_LOG_LEVEL_EVENT constant number := FND_LOG.Level_Event; --3--
15: G_LOG_LEVEL_EXCEPTION constant number := FND_LOG.Level_Exception; --4--
16: G_LOG_LEVEL_ERROR constant number := FND_LOG.Level_Error; --5--
17: G_LOG_LEVEL_UNEXPECTED constant number := FND_LOG.Level_Unexpected;--6--

Line 14: G_LOG_LEVEL_EVENT constant number := FND_LOG.Level_Event; --3--

10:
11: -- Log Level Constants
12: G_LOG_LEVEL_STATEMENT constant number := FND_LOG.Level_Statement; --1--
13: G_LOG_LEVEL_PROCEDURE constant number := FND_LOG.Level_Procedure; --2--
14: G_LOG_LEVEL_EVENT constant number := FND_LOG.Level_Event; --3--
15: G_LOG_LEVEL_EXCEPTION constant number := FND_LOG.Level_Exception; --4--
16: G_LOG_LEVEL_ERROR constant number := FND_LOG.Level_Error; --5--
17: G_LOG_LEVEL_UNEXPECTED constant number := FND_LOG.Level_Unexpected;--6--
18:

Line 15: G_LOG_LEVEL_EXCEPTION constant number := FND_LOG.Level_Exception; --4--

11: -- Log Level Constants
12: G_LOG_LEVEL_STATEMENT constant number := FND_LOG.Level_Statement; --1--
13: G_LOG_LEVEL_PROCEDURE constant number := FND_LOG.Level_Procedure; --2--
14: G_LOG_LEVEL_EVENT constant number := FND_LOG.Level_Event; --3--
15: G_LOG_LEVEL_EXCEPTION constant number := FND_LOG.Level_Exception; --4--
16: G_LOG_LEVEL_ERROR constant number := FND_LOG.Level_Error; --5--
17: G_LOG_LEVEL_UNEXPECTED constant number := FND_LOG.Level_Unexpected;--6--
18:
19: --------------------------------------------------------------------------------

Line 16: G_LOG_LEVEL_ERROR constant number := FND_LOG.Level_Error; --5--

12: G_LOG_LEVEL_STATEMENT constant number := FND_LOG.Level_Statement; --1--
13: G_LOG_LEVEL_PROCEDURE constant number := FND_LOG.Level_Procedure; --2--
14: G_LOG_LEVEL_EVENT constant number := FND_LOG.Level_Event; --3--
15: G_LOG_LEVEL_EXCEPTION constant number := FND_LOG.Level_Exception; --4--
16: G_LOG_LEVEL_ERROR constant number := FND_LOG.Level_Error; --5--
17: G_LOG_LEVEL_UNEXPECTED constant number := FND_LOG.Level_Unexpected;--6--
18:
19: --------------------------------------------------------------------------------
20: -- PACKAGE VARIABLES

Line 17: G_LOG_LEVEL_UNEXPECTED constant number := FND_LOG.Level_Unexpected;--6--

13: G_LOG_LEVEL_PROCEDURE constant number := FND_LOG.Level_Procedure; --2--
14: G_LOG_LEVEL_EVENT constant number := FND_LOG.Level_Event; --3--
15: G_LOG_LEVEL_EXCEPTION constant number := FND_LOG.Level_Exception; --4--
16: G_LOG_LEVEL_ERROR constant number := FND_LOG.Level_Error; --5--
17: G_LOG_LEVEL_UNEXPECTED constant number := FND_LOG.Level_Unexpected;--6--
18:
19: --------------------------------------------------------------------------------
20: -- PACKAGE VARIABLES
21: --------------------------------------------------------------------------------