DBA Data[Home] [Help]

APPS.FII_EXCEPTION_CHECK_PKG dependencies on FII_UTIL

Line 103: fii_util.write_log(

99: from fii_financial_dimensions
100: where dimension_short_name = p_dim_short_name;
101: exception
102: when no_data_found then
103: fii_util.write_log(
104: 'No master_value_set_id found for ' || p_dim_short_name );
105: raise;
106: when others then
107: raise;

Line 125: fii_util.write_output( missing_csr_rec.vs_name || ' ' ||

121: fii_message.write_output( msg_name => 'FII_UNMAPPED_LVS_LIST',
122: token_num => 0 );
123: end if;
124:
125: fii_util.write_output( missing_csr_rec.vs_name || ' ' ||
126: missing_csr_rec.coa_name );
127: end loop;
128:
129: if g_debug_flag = 'Y' then

Line 139: fii_util.write_log(

135:
136: EXCEPTION
137:
138: when others then
139: fii_util.write_log(
140: 'Exception in detect_unmapped_local_vs: ' || sqlerrm );
141: fii_message.func_fail(
142: 'FII_EXCEPTION_CHECK_PKG.detect_unmapped_local_vs');
143: return -1;