DBA Data[Home] [Help]

APPS.EAM_DEBUG dependencies on PA_PLSQL_DATATYPES

Line 69: G_Function_Stack PA_PLSQL_DATATYPES.Char50TabTyp;

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