DBA Data[Home] [Help]

APPS.FII_AP_INV_B_C dependencies on FII_MESSAGE

Line 96: FII_MESSAGE.write_log(

92: end if;
93:
94: FOR ledger_record in c_non_upgraded_ledgers LOOP
95: g_xla_ret_code := 'W';
96: FII_MESSAGE.write_log(
97: msg_name => 'FII_XLA_NON_UPGRADED_LEDGER',
98: token_num => 3,
99: t1 => 'PRODUCT',
100: v1 => 'Payables',

Line 854: FII_MESSAGE.write_output(

850: -- are missing exchange rate information
851: --------------------------------------------------------
852: IF (l_miss_rates_prim > 0 OR
853: l_miss_rates_sec > 0) THEN
854: FII_MESSAGE.write_output(
855: msg_name => 'BIS_DBI_CURR_PARTIAL_LOAD',
856: token_num => 0);
857: END IF;
858:

Line 1849: FII_MESSAGE.write_log(

1845: -- need to turn on this profile option before running this program
1846: ---------------------------------------------------------------
1847: IF g_exp_imp_prof_flag = 'N' THEN
1848: g_state := 'Checking Implementation profile option';
1849: FII_MESSAGE.write_log(
1850: msg_name => 'FII_AP_DBI_EXP_IMP',
1851: token_num => 0);
1852: g_retcode := -2;
1853: -- Following text changed for bug 6473260

Line 1924: FII_MESSAGE.write_output(

1920: -- then we need to truncate the summary table
1921: -- and then reload
1922: ---------------------------------------------
1923: IF(CHECK_IF_SET_UP_CHANGE = 'TRUE') THEN
1924: FII_MESSAGE.write_output(
1925: msg_name => 'FII_TRUNC_SUMMARY',
1926: token_num => 0);
1927:
1928: FII_UTIL.put_line(fnd_message.get_string('FII', 'FII_TRUNC_SUMMARY'));