DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PKG dependencies on FA_BEGIN_MASS_TRX_PKG

Line 57: IF NOT FA_BEGIN_MASS_TRX_PKG.faxbmt(

53: Get transaction approval and lock the book.
54: ======================================================================*/
55:
56: l_request_id := fnd_global.conc_request_id;
57: IF NOT FA_BEGIN_MASS_TRX_PKG.faxbmt(
58: X_book => p_book_type_code,
59: X_request_id => l_request_id,
60: X_result => l_trx_approval,
61: p_log_level_rec => g_log_level_rec) THEN

Line 140: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(

136:
137: /*=================================================================
138: End mass transaction and unlock the book.
139: ===================================================================*/
140: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
141: X_book => p_book_type_code,
142: X_request_id => l_request_id,
143: p_log_level_rec => g_log_level_rec) THEN
144: FA_SRVR_MSG.Add_Message(

Line 179: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(

175: WHEN faxdrb_err THEN
176: ROLLBACK WORK;
177:
178: IF l_trx_approval THEN
179: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
180: X_book => p_book_type_code,
181: X_request_id => l_request_id,
182: p_log_level_rec => g_log_level_rec) THEN
183: FA_SRVR_MSG.Add_Message(

Line 206: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(

202: WHEN OTHERS THEN
203: ROLLBACK WORK;
204:
205: IF l_trx_approval THEN
206: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
207: X_book => p_book_type_code,
208: X_request_id => l_request_id,
209: p_log_level_rec => g_log_level_rec) THEN
210: FA_SRVR_MSG.Add_Message(