DBA Data[Home] [Help]

APPS.PA_CC_UTILS dependencies on PA_PLSQL_DATATYPES

Line 11: g_function_stack PA_PLSQL_DATATYPES.Char50TabTyp;

7: * g_function_stack holds the name of the called functions in a stack format.
8: * g_counter is used to mark the current location in the function stack.
9: * g_space is used to provide indentation in the stack of function calls
10: */
11: g_function_stack PA_PLSQL_DATATYPES.Char50TabTyp;
12: g_function_counter NUMBER := 0;
13: g_space VARCHAR2(1000);
14:
15: -- $Header: PAXCCUTB.pls 120.0.12010000.2 2008/08/08 06:45:21 jravisha ship $