DBA Data[Home] [Help]

APPS.FND_CORE_LOG dependencies on DBMS_UTILITY

Line 165: PUT_LINE(dbms_utility.format_call_stack);

161: userenv('sessionid')||':'||
162: LOG_TIME);
163:
164: if CURRENT_API = 'FG.I' then
165: PUT_LINE(dbms_utility.format_call_stack);
166: end if;
167: end if;
168: end WRITE;
169:

Line 215: PUT_LINE(dbms_utility.format_call_stack);

211: -- If CURRENT_API is a Generic FND_PROFILE.PUT call, include the
212: -- call stack.
213: if (CURRENT_API = 'Enter Generic FP.P') or
214: (CURRENT_API = 'VAL in GEN PUT, Exit FP.G') then
215: PUT_LINE(dbms_utility.format_call_stack);
216: end if;
217:
218: -- If AFCORE_LOGGING_PROFILE_OPTION has a value and
219: -- CURRENT_API = 'FP.I' then log those lines also.