DBA Data[Home] [Help]

APPS.FEM_DIM_SNAPSHOT_UTIL_PKG dependencies on DBMS_UTILITY

Line 282: gv_callstack := dbms_utility.format_call_stack;

278: WHEN OTHERS THEN
279: /* Unexpected exceptions */
280: x_return_status := c_error;
281: gv_prg_msg := SQLERRM;
282: gv_callstack := dbms_utility.format_call_stack;
283:
284: /* Log the call stack and the Oracle error message to
285: ** FND_LOG with the "unexpected exception" severity level. */
286:

Line 455: gv_callstack := dbms_utility.format_call_stack;

451: WHEN OTHERS THEN
452: /* Unexpected exceptions */
453: x_return_status := c_error;
454: gv_prg_msg := SQLERRM;
455: gv_callstack := dbms_utility.format_call_stack;
456:
457: /* Log the call stack and the Oracle error message to
458: ** FND_LOG with the "unexpected exception" severity level. */
459: