DBA Data[Home] [Help]

APPS.PA_DEBUG dependencies on PA_PLSQL_DATATYPES

Line 72: G_Function_Stack PA_PLSQL_DATATYPES.Char50TabTyp;

68: -- 1. G_Function_Stack holds the name of the called functions in a stack format.
69: -- 2. G_Counter is used to mark the current location in the function stack.
70: -- 3. G_Space is used to provide indentation in the stack of function calls
71:
72: G_Function_Stack PA_PLSQL_DATATYPES.Char50TabTyp;
73: G_Function_Counter NUMBER := 0;
74: G_Space VARCHAR2(4000);--Bug 9531915
75:
76: -- -------------------------------------------