DBA Data[Home] [Help]

APPS.FA_FLEX_PVT dependencies on FA_FLEX_PVT

Line 1: PACKAGE BODY FA_FLEX_PVT as

1: PACKAGE BODY FA_FLEX_PVT as
2: /* $Header: FAVFLEXB.pls 120.4 2009/03/26 23:53:29 bridgway ship $ */
3:
4: FUNCTION get_concat_segs
5: (p_ccid IN number,

Line 59: fa_srvr_msg.add_message(calling_fn => 'fa_flex_pvt.get_concat_segs', p_log_level_rec => p_log_level_rec);

55: return true;
56:
57: EXCEPTION
58: when error_found then
59: fa_srvr_msg.add_message(calling_fn => 'fa_flex_pvt.get_concat_segs', p_log_level_rec => p_log_level_rec);
60: return false;
61:
62: when others then
63: fa_srvr_msg.add_sql_error(calling_fn => 'fa_flex_pvt.get_concat_segs', p_log_level_rec => p_log_level_rec);

Line 63: fa_srvr_msg.add_sql_error(calling_fn => 'fa_flex_pvt.get_concat_segs', p_log_level_rec => p_log_level_rec);

59: fa_srvr_msg.add_message(calling_fn => 'fa_flex_pvt.get_concat_segs', p_log_level_rec => p_log_level_rec);
60: return false;
61:
62: when others then
63: fa_srvr_msg.add_sql_error(calling_fn => 'fa_flex_pvt.get_concat_segs', p_log_level_rec => p_log_level_rec);
64: return false;
65:
66: END get_concat_segs;
67:

Line 69: END FA_FLEX_PVT;

65:
66: END get_concat_segs;
67:
68:
69: END FA_FLEX_PVT;