DBA Data[Home] [Help]

APPS.FA_TRANSFER_XIT_PKG dependencies on FA_SRVR_MSG

Line 100: FA_SRVR_MSG.INIT_SERVER_MESSAGE; /* init server msg stack */

96:
97: BEGIN
98:
99: if (X_init_message_flag = 'YES') then
100: FA_SRVR_MSG.INIT_SERVER_MESSAGE; /* init server msg stack */
101: fa_debug_pkg.initialize; /* init debug msg stack */
102: end if;
103:
104: /* BUG# 1823498

Line 386: fa_srvr_msg.add_message(calling_fn => 'FA_TRANSFER_XIT_PKG.fautfr',

382: -- reset GL sob id to original value
383: fnd_profile.put('GL_SET_OF_BKS_ID', h_profile_sob_id);
384: fnd_client_info.set_currency_context (h_currency_context);
385:
386: fa_srvr_msg.add_message(calling_fn => 'FA_TRANSFER_XIT_PKG.fautfr',
387: name => h_msg_name
388: ,p_log_level_rec => p_log_level_rec);
389:
390: return(FALSE);

Line 398: fa_srvr_msg.add_sql_error(calling_fn => 'FA_TRANSFER_XIT_PKG.fautfr'

394: -- reset GL sob id to original value
395: fnd_profile.put('GL_SET_OF_BKS_ID', h_profile_sob_id);
396: fnd_client_info.set_currency_context (h_currency_context);
397:
398: fa_srvr_msg.add_sql_error(calling_fn => 'FA_TRANSFER_XIT_PKG.fautfr'
399: ,p_log_level_rec => p_log_level_rec);
400:
401: return(FALSE);
402:

Line 536: fa_srvr_msg.add_message(calling_fn => 'FA_TRANSFER_XIT_PKG.fadotfr',

532:
533:
534: EXCEPTION
535: when ERROR_FOUND then
536: fa_srvr_msg.add_message(calling_fn => 'FA_TRANSFER_XIT_PKG.fadotfr',
537: name => h_msg_name,
538: token1 => h_token1, value1=>h_value1,
539: token2 => h_token2, value2=>h_value2
540: ,p_log_level_rec => p_log_level_rec);

Line 544: fa_srvr_msg.add_sql_error(calling_fn => 'FA_TRANSFER_XIT_PKG.fadotfr'

540: ,p_log_level_rec => p_log_level_rec);
541: return FALSE;
542:
543: when OTHERS then
544: fa_srvr_msg.add_sql_error(calling_fn => 'FA_TRANSFER_XIT_PKG.fadotfr'
545: ,p_log_level_rec => p_log_level_rec);
546: return FALSE;
547:
548: END fadotfr;

Line 720: fa_srvr_msg.add_sql_error(calling_fn=>'FA_TRANSFER_XIT_PKG.setacct'

716: return TRUE;
717:
718: EXCEPTION
719: when OTHERS then
720: fa_srvr_msg.add_sql_error(calling_fn=>'FA_TRANSFER_XIT_PKG.setacct'
721: ,p_log_level_rec => p_log_level_rec);
722: return FALSE;
723:
724: END setacct;

Line 1429: fa_srvr_msg.add_message(calling_fn => 'FA_TRANSFER_XIT_PKG.fatsgl',

1425: return TRUE;
1426:
1427: EXCEPTION
1428: when ERROR_FOUND then
1429: fa_srvr_msg.add_message(calling_fn => 'FA_TRANSFER_XIT_PKG.fatsgl',
1430: name => h_msg_name
1431: ,p_log_level_rec => p_log_level_rec);
1432: close dist_cursor;
1433: return FALSE;

Line 1436: fa_srvr_msg.add_sql_error(calling_fn=> 'FA_TRANSFER_XIT_PKG.fatsgl'

1432: close dist_cursor;
1433: return FALSE;
1434:
1435: when OTHERS then
1436: fa_srvr_msg.add_sql_error(calling_fn=> 'FA_TRANSFER_XIT_PKG.fatsgl'
1437: ,p_log_level_rec => p_log_level_rec);
1438: close dist_cursor;
1439: return FALSE;
1440: