DBA Data[Home] [Help]

APPS.FA_STY_RESERVE_PKG dependencies on FA_BEGIN_MASS_TRX_PKG

Line 124: IF NOT FA_BEGIN_MASS_TRX_PKG.faxbmt(

120: /*=========================================================================
121: Get transaction approval and lock the book.
122: ==========================================================================*/
123: l_request_id := fnd_global.conc_request_id;
124: IF NOT FA_BEGIN_MASS_TRX_PKG.faxbmt(
125: X_book => p_book_type_code,
126: X_request_id => l_request_id,
127: X_result => l_trx_approval) THEN
128: RAISE faxstur_err;

Line 259: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(

255: /*=========================================================================
256: End mass transaction and unlock the book.
257: ==========================================================================*/
258:
259: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
260: X_book => p_book_type_code,
261: X_request_id => l_request_id) THEN
262: FA_SRVR_MSG.Add_Message(
263: CALLING_FN => 'fa_sty_reserve_pkg.faxstur');

Line 299: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(

295: when faxstur_err then
296: ROLLBACK WORK;
297: /* Unlock the book if transaction was approved and commit the change. */
298: IF l_trx_approval THEN
299: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
300: X_book => p_book_type_code,
301: X_request_id => l_request_id) THEN
302: FA_SRVR_MSG.Add_Message(
303: CALLING_FN => 'fa_sty_reserve_pkg.faxstur');

Line 329: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(

325: when others then
326: ROLLBACK WORK;
327: /* Unlock the book if transaction was approved and commit the change. */
328: IF l_trx_approval THEN
329: IF NOT FA_BEGIN_MASS_TRX_PKG.faxemt(
330: X_book => p_book_type_code,
331: X_request_id => l_request_id) THEN
332: FA_SRVR_MSG.Add_Message(
333: CALLING_FN => 'fa_sty_reserve_pkg.faxstur');