DBA Data[Home] [Help]

APPS.FA_STY_RESERVE_PKG dependencies on FA_BEGIN_MASS_TRX_PKG

Line 133: IF NOT FA_BEGIN_MASS_TRX_PKG.faxbmt(

129: /*=========================================================================
130: Get transaction approval and lock the book.
131: ==========================================================================*/
132: l_request_id := fnd_global.conc_request_id;
133: IF NOT FA_BEGIN_MASS_TRX_PKG.faxbmt(
134: X_book => p_book_type_code,
135: X_request_id => l_request_id,
136: X_result => l_trx_approval, p_log_level_rec => g_log_level_rec) THEN
137: RAISE faxstur_err;

Line 270: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(

266: /*=========================================================================
267: End mass transaction and unlock the book.
268: ==========================================================================*/
269:
270: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
271: X_book => p_book_type_code,
272: X_request_id => l_request_id, p_log_level_rec => g_log_level_rec) THEN
273: FA_SRVR_MSG.Add_Message(
274: CALLING_FN => 'fa_sty_reserve_pkg.faxstur', p_log_level_rec => g_log_level_rec);

Line 310: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(

306: when faxstur_err then
307: FND_CONCURRENT.AF_ROLLBACK;
308: /* Unlock the book if transaction was approved and commit the change. */
309: IF l_trx_approval THEN
310: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
311: X_book => p_book_type_code,
312: X_request_id => l_request_id, p_log_level_rec => g_log_level_rec) THEN
313: FA_SRVR_MSG.Add_Message(
314: CALLING_FN => 'fa_sty_reserve_pkg.faxstur', p_log_level_rec => g_log_level_rec);

Line 340: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(

336: when others then
337: FND_CONCURRENT.AF_ROLLBACK;
338: /* Unlock the book if transaction was approved and commit the change. */
339: IF l_trx_approval THEN
340: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
341: X_book => p_book_type_code,
342: X_request_id => l_request_id, p_log_level_rec => g_log_level_rec) THEN
343: FA_SRVR_MSG.Add_Message(
344: CALLING_FN => 'fa_sty_reserve_pkg.faxstur', p_log_level_rec => g_log_level_rec);