DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PKG dependencies on FA_DEBUG_PKG

Line 49: FA_DEBUG_PKG.Initialize;

45:
46: -- Initialize server message stack
47: FA_SRVR_MSG.Init_Server_Message;
48: -- Initialize debug message stack
49: FA_DEBUG_PKG.Initialize;
50:
51:
52: /*====================================================================
53: Get transaction approval and lock the book.

Line 116: fa_debug_pkg.add('Updating FA_DEPRN_PERIODS',

112: -- reset deprn_run to indicate that depreciation has been
113: -- rolled back
114:
115: if (g_log_level_rec.statement_level) then
116: fa_debug_pkg.add('Updating FA_DEPRN_PERIODS',
117: 'DEPRN_RUN',
118: 'NULL',
119: p_log_level_rec => g_log_level_rec);
120: end if;

Line 155: fa_debug_pkg.Write_Debug_Log;

151:
152: -- Dump Debug messages when run in debug mode to log file
153:
154: if (g_log_level_rec.statement_level) then
155: fa_debug_pkg.Write_Debug_Log;
156: end if;
157:
158: fa_srvr_msg.add_message(
159: calling_fn => 'fa_deprn_rollback_pkg.do_rollback',

Line 190: fa_debug_pkg.Write_Debug_Log;

186: END IF;
187: END IF;
188:
189: if (g_log_level_rec.statement_level) then
190: fa_debug_pkg.Write_Debug_Log;
191: end if;
192:
193: FND_MSG_PUB.Count_And_Get(
194: p_count => l_msg_count,

Line 226: fa_debug_pkg.Write_Debug_Log;

222: value1 => 'FADRB',
223: p_log_level_rec => g_log_level_rec);
224:
225: if (g_log_level_rec.statement_level) then
226: fa_debug_pkg.Write_Debug_Log;
227: end if;
228:
229: FND_MSG_PUB.Count_And_Get(
230: p_count => l_msg_count,