DBA Data[Home] [Help]

APPS.FND_CORE_LOG dependencies on DBMS_UTILITY

Line 140: PUT_LINE(dbms_utility.format_call_stack);

136: LOG_SERVER_ID||':'||
137: userenv('sessionid'));
138:
139: if CURRENT_API = 'FG.I' then
140: PUT_LINE(dbms_utility.format_call_stack);
141: end if;
142: end if;
143: end WRITE;
144:

Line 188: PUT_LINE(dbms_utility.format_call_stack);

184: -- If CURRENT_API is a Generic FND_PROFILE.PUT call, include the
185: -- call stack.
186: if (CURRENT_API = 'Enter Generic FP.P') or
187: (CURRENT_API = 'VAL in GEN PUT, Exit FP.G') then
188: PUT_LINE(dbms_utility.format_call_stack);
189: end if;
190:
191: -- If AFCORE_LOGGING_PROFILE_OPTION has a value and
192: -- CURRENT_API = 'FP.I' then log those lines also.