DBA Data[Home] [Help]

APPS.FA_GCCID_PKG dependencies on FA_SRVR_MSG

Line 138: FA_SRVR_MSG.ADD_SQL_ERROR

134:
135: return TRUE;
136: EXCEPTION
137: WHEN OTHERS THEN
138: FA_SRVR_MSG.ADD_SQL_ERROR
139: ( CALLING_FN => 'FA_GCCID_PKG.fafb_load_functions', p_log_level_rec => p_log_level_rec);
140: return FALSE;
141: end fafb_load_functions;
142:

Line 163: FA_SRVR_MSG.ADD_MESSAGE

159: end if;
160: END LOOP;
161:
162: if h_j > FA_FLEX_TYPE.NUM_ACCTS then
163: FA_SRVR_MSG.ADD_MESSAGE
164: (CALLING_FN => 'FA_GCCID_PKG.fafb_search_functions',
165: NAME => 'FA_FLEX_NO_ACCOUNT', p_log_level_rec => p_log_level_rec);
166: return FALSE;
167: end if;

Line 171: FA_SRVR_MSG.ADD_SQL_ERROR

167: end if;
168: return TRUE;
169: EXCEPTION
170: WHEN OTHERS THEN
171: FA_SRVR_MSG.ADD_SQL_ERROR
172: ( CALLING_FN => 'FA_GCCID_PKG.fafb_search_functions', p_log_level_rec => p_log_level_rec);
173: return FALSE;
174: end fafb_search_functions;
175:

Line 221: FA_SRVR_MSG.ADD_MESSAGE

217: h_acct_ccid := X_account_ccid;
218:
219: h_ret_value := fafb_load_functions(p_log_level_rec);
220: if not h_ret_value then
221: FA_SRVR_MSG.ADD_MESSAGE
222: (CALLING_FN => 'FA_GCCID_PKG.fafbgcc', p_log_level_rec => p_log_level_rec);
223: end if;
224:
225: -- no need to call the cache here as it will already be loaded

Line 233: FA_SRVR_MSG.ADD_MESSAGE

229: h_ret_value := fafb_search_functions(X_fin_trx_code=>X_fn_trx_code,
230: X_function_code=>h_flex_function_code,
231: p_log_level_rec => p_log_level_rec);
232: if not h_ret_value then
233: FA_SRVR_MSG.ADD_MESSAGE
234: (CALLING_FN => 'FA_GCCID_PKG.fafbgcc', p_log_level_rec => p_log_level_rec);
235: return FALSE;
236: end if;
237: if (p_log_level_rec.statement_level)

Line 261: fa_srvr_msg.add_message(calling_fn => 'fa_gccid_pkg.fafbgcc', p_log_level_rec => p_log_level_rec);

257: if not fa_cache_pkg.fazcdp
258: (x_book_type_code => x_book_type_code,
259: x_period_counter => null,
260: x_effective_date => null, p_log_level_rec => p_log_level_rec) then
261: fa_srvr_msg.add_message(calling_fn => 'fa_gccid_pkg.fafbgcc', p_log_level_rec => p_log_level_rec);
262: return false;
263: end if;
264: h_val_date := fa_cache_pkg.fazcdp_record.calendar_period_close_date;
265: else

Line 375: FA_SRVR_MSG.ADD_MESSAGE

371:
372: end if;
373:
374: if (not h_ret_value) then
375: FA_SRVR_MSG.ADD_MESSAGE
376: (CALLING_FN => 'FAFLEX_PKG_WF.START_PROCESS',
377: NAME => 'FA_FLEXBUILDER_FAIL_CCID',
378: TOKEN1 => 'ACCOUNT_TYPE',
379: VALUE1 => X_fn_trx_code,

Line 445: FA_SRVR_MSG.ADD_MESSAGE

441:
442: Flexbuilder failed to generate the code combination id. Pls
443: inform your systems administrator
444:
445: FA_SRVR_MSG.ADD_MESSAGE
446: (CALLING_FN => 'FA_GCCID_PKG.fafbgcc',
447: NAME => 'FA_FLEX_FUNCTION_FAILED', p_log_level_rec => p_log_level_rec);
448: */
449:

Line 480: FA_SRVR_MSG.ADD_SQL_ERROR ( CALLING_FN => 'FA_GCCID_PKG.fafbgcc', p_log_level_rec => p_log_level_rec);

476: return h_ret_value;
477:
478: EXCEPTION
479: WHEN OTHERS THEN
480: FA_SRVR_MSG.ADD_SQL_ERROR ( CALLING_FN => 'FA_GCCID_PKG.fafbgcc', p_log_level_rec => p_log_level_rec);
481: return FALSE;
482:
483: END ; /* fafbgcc */
484:

Line 523: FA_SRVR_MSG.ADD_MESSAGE

519:
520: -- for pro*c, we need to load the plsql cache for
521: -- book controls and profile options
522: if not FA_CACHE_PKG.fazcbc(X_book_type_code, p_log_level_rec => g_log_level_rec) then
523: FA_SRVR_MSG.ADD_MESSAGE
524: (CALLING_FN => 'FA_GCCID_PKG.fafbgcc', p_log_level_rec => g_log_level_rec);
525: X_return_value := 0;
526: return;
527: end if;

Line 545: fa_srvr_msg.add_message(calling_fn => 'fa_gccid_pkg.fafbgcc', p_log_level_rec => g_log_level_rec);

541: (x_book_type_code => x_book_type_code,
542: x_period_counter => null,
543: x_effective_date => null, p_log_level_rec => g_log_level_rec) then
544: X_return_value := 0;
545: fa_srvr_msg.add_message(calling_fn => 'fa_gccid_pkg.fafbgcc', p_log_level_rec => g_log_level_rec);
546: return;
547: end if;
548: h_val_date := fa_cache_pkg.fazcdp_record.calendar_period_close_date;
549: else

Line 885: FA_SRVR_MSG.ADD_MESSAGE

881: n_segments => n_segs,
882: segments => all_segments,
883: delimiter => delim);
884:
885: FA_SRVR_MSG.ADD_MESSAGE
886: (CALLING_FN=>'FAFLEX_PKG_WF.START_PROCESS',
887: NAME=>'FA_FLEXBUILDER_FAIL_CCID',
888: TOKEN1 => 'ACCOUNT_TYPE',
889: VALUE1 => X_fn_trx_code,