DBA Data[Home] [Help]

APPS.INV_RSV_DETAIL_STAGE_PVT dependencies on INV_LOG_UTIL

Line 12: inv_log_util.TRACE(p_message, 'INV_RSV_DETAIL_STAGE_PVT', p_level);

8: -- procedure to print a message to dbms_output
9: -- disable by default since dbms_output.put_line is not allowed
10: PROCEDURE debug_print(p_message IN VARCHAR2, p_level IN NUMBER := 9) IS
11: BEGIN
12: inv_log_util.TRACE(p_message, 'INV_RSV_DETAIL_STAGE_PVT', p_level);
13: END debug_print;
14:
15:
16: -- Function