DBA Data[Home] [Help]

APPS.FA_PERIOD_MAPS_PKG dependencies on FA_SRVR_MSG

Line 57: fa_srvr_msg.add_sql_error(

53: CLOSE C;
54:
55: exception
56: when others then
57: fa_srvr_msg.add_sql_error(
58: calling_fn => 'fa_period_maps_pkg.insert_row', p_log_level_rec => p_log_level_rec);
59: raise;
60:
61: end INSERT_ROW;

Line 146: fa_srvr_msg.add_sql_error(

142: end if;
143:
144: exception
145: when others then
146: fa_srvr_msg.add_sql_error(
147: calling_fn => 'fa_period_maps_pkg.update_row', p_log_level_rec => p_log_level_rec);
148: raise;
149:
150: end UPDATE_ROW;

Line 167: fa_srvr_msg.add_sql_error(

163: end if;
164:
165: exception
166: when others then
167: fa_srvr_msg.add_sql_error(
168: calling_fn => 'fa_period_maps_pkg.delete_row', p_log_level_rec => p_log_level_rec);
169: raise;
170:
171: end DELETE_ROW;