DBA Data[Home] [Help]

APPS.ARI_DB_UTILITIES dependencies on FND_CURRENCY_CACHE

Line 205: fnd_currency_cache.get_format_mask(p_currency_code, 30));

201: p_bucket_titletop_6, p_bucket_titlebottom_6, l_bucket_amount_6,
202: p_session_id);
203:
204: p_outstanding_balance := to_char(l_outstanding_balance,
205: fnd_currency_cache.get_format_mask(p_currency_code, 30));
206: p_bucket_amount_0 := to_char(l_bucket_amount_0,
207: fnd_currency_cache.get_format_mask(p_currency_code, 30));
208: p_bucket_amount_1 := to_char(l_bucket_amount_1,
209: fnd_currency_cache.get_format_mask(p_currency_code, 30));

Line 207: fnd_currency_cache.get_format_mask(p_currency_code, 30));

203:
204: p_outstanding_balance := to_char(l_outstanding_balance,
205: fnd_currency_cache.get_format_mask(p_currency_code, 30));
206: p_bucket_amount_0 := to_char(l_bucket_amount_0,
207: fnd_currency_cache.get_format_mask(p_currency_code, 30));
208: p_bucket_amount_1 := to_char(l_bucket_amount_1,
209: fnd_currency_cache.get_format_mask(p_currency_code, 30));
210: p_bucket_amount_2 := to_char(l_bucket_amount_2,
211: fnd_currency_cache.get_format_mask(p_currency_code, 30));

Line 209: fnd_currency_cache.get_format_mask(p_currency_code, 30));

205: fnd_currency_cache.get_format_mask(p_currency_code, 30));
206: p_bucket_amount_0 := to_char(l_bucket_amount_0,
207: fnd_currency_cache.get_format_mask(p_currency_code, 30));
208: p_bucket_amount_1 := to_char(l_bucket_amount_1,
209: fnd_currency_cache.get_format_mask(p_currency_code, 30));
210: p_bucket_amount_2 := to_char(l_bucket_amount_2,
211: fnd_currency_cache.get_format_mask(p_currency_code, 30));
212: p_bucket_amount_3 := to_char(l_bucket_amount_3,
213: fnd_currency_cache.get_format_mask(p_currency_code, 30));

Line 211: fnd_currency_cache.get_format_mask(p_currency_code, 30));

207: fnd_currency_cache.get_format_mask(p_currency_code, 30));
208: p_bucket_amount_1 := to_char(l_bucket_amount_1,
209: fnd_currency_cache.get_format_mask(p_currency_code, 30));
210: p_bucket_amount_2 := to_char(l_bucket_amount_2,
211: fnd_currency_cache.get_format_mask(p_currency_code, 30));
212: p_bucket_amount_3 := to_char(l_bucket_amount_3,
213: fnd_currency_cache.get_format_mask(p_currency_code, 30));
214: p_bucket_amount_4 := to_char(l_bucket_amount_4,
215: fnd_currency_cache.get_format_mask(p_currency_code, 30));

Line 213: fnd_currency_cache.get_format_mask(p_currency_code, 30));

209: fnd_currency_cache.get_format_mask(p_currency_code, 30));
210: p_bucket_amount_2 := to_char(l_bucket_amount_2,
211: fnd_currency_cache.get_format_mask(p_currency_code, 30));
212: p_bucket_amount_3 := to_char(l_bucket_amount_3,
213: fnd_currency_cache.get_format_mask(p_currency_code, 30));
214: p_bucket_amount_4 := to_char(l_bucket_amount_4,
215: fnd_currency_cache.get_format_mask(p_currency_code, 30));
216: p_bucket_amount_5 := to_char(l_bucket_amount_5,
217: fnd_currency_cache.get_format_mask(p_currency_code, 30));

Line 215: fnd_currency_cache.get_format_mask(p_currency_code, 30));

211: fnd_currency_cache.get_format_mask(p_currency_code, 30));
212: p_bucket_amount_3 := to_char(l_bucket_amount_3,
213: fnd_currency_cache.get_format_mask(p_currency_code, 30));
214: p_bucket_amount_4 := to_char(l_bucket_amount_4,
215: fnd_currency_cache.get_format_mask(p_currency_code, 30));
216: p_bucket_amount_5 := to_char(l_bucket_amount_5,
217: fnd_currency_cache.get_format_mask(p_currency_code, 30));
218: p_bucket_amount_6 := to_char(l_bucket_amount_6,
219: fnd_currency_cache.get_format_mask(p_currency_code, 30));

Line 217: fnd_currency_cache.get_format_mask(p_currency_code, 30));

213: fnd_currency_cache.get_format_mask(p_currency_code, 30));
214: p_bucket_amount_4 := to_char(l_bucket_amount_4,
215: fnd_currency_cache.get_format_mask(p_currency_code, 30));
216: p_bucket_amount_5 := to_char(l_bucket_amount_5,
217: fnd_currency_cache.get_format_mask(p_currency_code, 30));
218: p_bucket_amount_6 := to_char(l_bucket_amount_6,
219: fnd_currency_cache.get_format_mask(p_currency_code, 30));
220:
221: p_bucket_status_code0 := '';

Line 219: fnd_currency_cache.get_format_mask(p_currency_code, 30));

215: fnd_currency_cache.get_format_mask(p_currency_code, 30));
216: p_bucket_amount_5 := to_char(l_bucket_amount_5,
217: fnd_currency_cache.get_format_mask(p_currency_code, 30));
218: p_bucket_amount_6 := to_char(l_bucket_amount_6,
219: fnd_currency_cache.get_format_mask(p_currency_code, 30));
220:
221: p_bucket_status_code0 := '';
222: p_bucket_status_code1 := '';
223: p_bucket_status_code2 := '';