DBA Data[Home] [Help]

APPS.IBY_AMOUNT_IN_WORDS dependencies on FND_LOG

Line 79: debug_level => FND_LOG.LEVEL_PROCEDURE,

75:
76: BEGIN
77:
78: iby_debug_pub.add(debug_msg => 'Enter: ' || l_Debug_Module,
79: debug_level => FND_LOG.LEVEL_PROCEDURE,
80: module => l_Debug_Module);
81:
82: iby_debug_pub.add(debug_msg => 'p_amount: ' || p_amount,
83: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 83: debug_level => FND_LOG.LEVEL_STATEMENT,

79: debug_level => FND_LOG.LEVEL_PROCEDURE,
80: module => l_Debug_Module);
81:
82: iby_debug_pub.add(debug_msg => 'p_amount: ' || p_amount,
83: debug_level => FND_LOG.LEVEL_STATEMENT,
84: module => l_Debug_Module);
85:
86: iby_debug_pub.add(debug_msg => 'p_currency_code: ' || p_currency_code,
87: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 87: debug_level => FND_LOG.LEVEL_STATEMENT,

83: debug_level => FND_LOG.LEVEL_STATEMENT,
84: module => l_Debug_Module);
85:
86: iby_debug_pub.add(debug_msg => 'p_currency_code: ' || p_currency_code,
87: debug_level => FND_LOG.LEVEL_STATEMENT,
88: module => l_Debug_Module);
89:
90: iby_debug_pub.add(debug_msg => 'p_precision: ' || p_precision,
91: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 91: debug_level => FND_LOG.LEVEL_STATEMENT,

87: debug_level => FND_LOG.LEVEL_STATEMENT,
88: module => l_Debug_Module);
89:
90: iby_debug_pub.add(debug_msg => 'p_precision: ' || p_precision,
91: debug_level => FND_LOG.LEVEL_STATEMENT,
92: module => l_Debug_Module);
93:
94: iby_debug_pub.add(debug_msg => 'p_country_code: ' || p_country_code,
95: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 95: debug_level => FND_LOG.LEVEL_STATEMENT,

91: debug_level => FND_LOG.LEVEL_STATEMENT,
92: module => l_Debug_Module);
93:
94: iby_debug_pub.add(debug_msg => 'p_country_code: ' || p_country_code,
95: debug_level => FND_LOG.LEVEL_STATEMENT,
96: module => l_Debug_Module);
97:
98: IF p_currency_code ='MXN' THEN
99: RETURN AMOUNT_WORDS_MEXICAN (p_amount, nvl(p_precision, 0));

Line 154: debug_level => FND_LOG.LEVEL_STATEMENT,

150: l_unit_sub_singular_msg_name := l_unit_sub_singular_msg_name || p_currency_code;
151: l_unit_sub_plural_msg_name := l_unit_sub_plural_msg_name || p_currency_code;
152:
153: iby_debug_pub.add(debug_msg => 'formulated message names: ',
154: debug_level => FND_LOG.LEVEL_STATEMENT,
155: module => l_Debug_Module);
156:
157: iby_debug_pub.add(debug_msg => 'l_unit_singular_msg_name: ' || l_unit_singular_msg_name,
158: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 158: debug_level => FND_LOG.LEVEL_STATEMENT,

154: debug_level => FND_LOG.LEVEL_STATEMENT,
155: module => l_Debug_Module);
156:
157: iby_debug_pub.add(debug_msg => 'l_unit_singular_msg_name: ' || l_unit_singular_msg_name,
158: debug_level => FND_LOG.LEVEL_STATEMENT,
159: module => l_Debug_Module);
160:
161: iby_debug_pub.add(debug_msg => 'l_unit_plural_msg_name: ' || l_unit_plural_msg_name,
162: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 162: debug_level => FND_LOG.LEVEL_STATEMENT,

158: debug_level => FND_LOG.LEVEL_STATEMENT,
159: module => l_Debug_Module);
160:
161: iby_debug_pub.add(debug_msg => 'l_unit_plural_msg_name: ' || l_unit_plural_msg_name,
162: debug_level => FND_LOG.LEVEL_STATEMENT,
163: module => l_Debug_Module);
164:
165: iby_debug_pub.add(debug_msg => 'l_unit_sub_singular_msg_name: ' || l_unit_sub_singular_msg_name,
166: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 166: debug_level => FND_LOG.LEVEL_STATEMENT,

162: debug_level => FND_LOG.LEVEL_STATEMENT,
163: module => l_Debug_Module);
164:
165: iby_debug_pub.add(debug_msg => 'l_unit_sub_singular_msg_name: ' || l_unit_sub_singular_msg_name,
166: debug_level => FND_LOG.LEVEL_STATEMENT,
167: module => l_Debug_Module);
168:
169: iby_debug_pub.add(debug_msg => 'l_unit_sub_plural_msg_name: ' || l_unit_sub_plural_msg_name,
170: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 170: debug_level => FND_LOG.LEVEL_STATEMENT,

166: debug_level => FND_LOG.LEVEL_STATEMENT,
167: module => l_Debug_Module);
168:
169: iby_debug_pub.add(debug_msg => 'l_unit_sub_plural_msg_name: ' || l_unit_sub_plural_msg_name,
170: debug_level => FND_LOG.LEVEL_STATEMENT,
171: module => l_Debug_Module);
172:
173: BEGIN
174: fnd_message.set_name('IBY', l_unit_singular_msg_name);

Line 183: debug_level => FND_LOG.LEVEL_STATEMENT,

179: END IF;
180:
181: iby_debug_pub.add(debug_msg => 'Got translated text for ' || l_unit_singular_msg_name
182: || ': ' || l_unit_singular_str,
183: debug_level => FND_LOG.LEVEL_STATEMENT,
184: module => l_Debug_Module);
185:
186: EXCEPTION
187: WHEN OTHERS THEN

Line 202: debug_level => FND_LOG.LEVEL_STATEMENT,

198: END IF;
199:
200: iby_debug_pub.add(debug_msg => 'Got translated text for ' || l_unit_plural_msg_name
201: || ': ' || l_unit_plural_str,
202: debug_level => FND_LOG.LEVEL_STATEMENT,
203: module => l_Debug_Module);
204:
205: EXCEPTION
206: WHEN OTHERS THEN

Line 220: debug_level => FND_LOG.LEVEL_STATEMENT,

216: END IF;
217:
218: iby_debug_pub.add(debug_msg => 'Got translated text for ' || l_unit_sub_singular_msg_name
219: || ': ' || l_unit_sub_singular_str,
220: debug_level => FND_LOG.LEVEL_STATEMENT,
221: module => l_Debug_Module);
222:
223: EXCEPTION
224: WHEN OTHERS THEN

Line 238: debug_level => FND_LOG.LEVEL_STATEMENT,

234: END IF;
235:
236: iby_debug_pub.add(debug_msg => 'Got translated text for ' || l_unit_sub_plural_msg_name
237: || ': ' || l_unit_sub_plural_str,
238: debug_level => FND_LOG.LEVEL_STATEMENT,
239: module => l_Debug_Module);
240:
241: EXCEPTION
242: WHEN OTHERS THEN

Line 251: debug_level => FND_LOG.LEVEL_STATEMENT,

247: IF p_precision IS NULL THEN
248:
249: IF p_currency_code IS NULL THEN
250: iby_debug_pub.add(debug_msg => 'Warning: p_precision and p_currency_code are both null! ',
251: debug_level => FND_LOG.LEVEL_STATEMENT,
252: module => l_Debug_Module);
253: ELSE
254:
255: OPEN l_precision_csr (p_currency_code);

Line 266: debug_level => FND_LOG.LEVEL_STATEMENT,

262: l_precision := p_precision;
263: END IF;
264:
265: iby_debug_pub.add(debug_msg => 'l_precision: ' || l_precision,
266: debug_level => FND_LOG.LEVEL_STATEMENT,
267: module => l_Debug_Module);
268:
269: IF l_precision = 1 THEN
270: l_unit_ratio := 10;

Line 307: debug_level => FND_LOG.LEVEL_STATEMENT,

303: */ --Bug 10140424
304: l_word_text := rpad(l_word_text,length(l_word_text)+5,'*');
305:
306: iby_debug_pub.add(debug_msg => 'Amount text: ' || l_word_text,
307: debug_level => FND_LOG.LEVEL_STATEMENT,
308: module => l_Debug_Module);
309:
310: return(l_word_text);
311:

Line 315: debug_level => FND_LOG.LEVEL_STATEMENT,

311:
312: EXCEPTION
313: WHEN OTHERS THEN
314: iby_debug_pub.add(debug_msg => 'Error in getting amount text. Returning null.',
315: debug_level => FND_LOG.LEVEL_STATEMENT,
316: module => l_Debug_Module);
317: RETURN NULL;
318:
319: END APXPBFOR_C_WORD_AMOUNTFormula;

Line 432: debug_level => FND_LOG.LEVEL_STATEMENT,

428: where lookup_code = to_char(p_num)
429: and lookup_type = 'NUMBERS';
430:
431: iby_debug_pub.add(debug_msg => 'Adding to lookup cache ' || p_num || ': ' || g_numlookup(p_num),
432: debug_level => FND_LOG.LEVEL_STATEMENT,
433: module => G_DEBUG_MODULE || '.Lookup_num');
434:
435: RETURN g_numlookup(p_num);
436: END;

Line 460: debug_level => FND_LOG.LEVEL_PROCEDURE,

456:
457: BEGIN
458:
459: iby_debug_pub.add(debug_msg => 'Enter: ' || l_Debug_Module,
460: debug_level => FND_LOG.LEVEL_PROCEDURE,
461: module => l_Debug_Module);
462:
463: if numeral >= power(10,max_digit) then
464: raise number_too_large;

Line 472: debug_level => FND_LOG.LEVEL_STATEMENT,

468: into session_language
469: from dual;
470:
471: iby_debug_pub.add(debug_msg => 'numeral: ' || numeral,
472: debug_level => FND_LOG.LEVEL_STATEMENT,
473: module => l_Debug_Module);
474:
475: iby_debug_pub.add(debug_msg => 'session_language: ' || session_language,
476: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 476: debug_level => FND_LOG.LEVEL_STATEMENT,

472: debug_level => FND_LOG.LEVEL_STATEMENT,
473: module => l_Debug_Module);
474:
475: iby_debug_pub.add(debug_msg => 'session_language: ' || session_language,
476: debug_level => FND_LOG.LEVEL_STATEMENT,
477: module => l_Debug_Module);
478:
479: IF g_user_lang <> session_language THEN
480:

Line 482: debug_level => FND_LOG.LEVEL_STATEMENT,

478:
479: IF g_user_lang <> session_language THEN
480:
481: iby_debug_pub.add(debug_msg => 'g_user_lang <> session_language, caching lookups ',
482: debug_level => FND_LOG.LEVEL_STATEMENT,
483: module => l_Debug_Module);
484:
485: g_user_lang := session_language;
486:

Line 544: debug_level => FND_LOG.LEVEL_STATEMENT,

540:
541: units_segN := mod(numeral,thousand);
542:
543: iby_debug_pub.add(debug_msg => 'billion_segN: ' || billion_segN,
544: debug_level => FND_LOG.LEVEL_STATEMENT,
545: module => l_Debug_Module);
546:
547: iby_debug_pub.add(debug_msg => 'million_segN: ' || million_segN,
548: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 548: debug_level => FND_LOG.LEVEL_STATEMENT,

544: debug_level => FND_LOG.LEVEL_STATEMENT,
545: module => l_Debug_Module);
546:
547: iby_debug_pub.add(debug_msg => 'million_segN: ' || million_segN,
548: debug_level => FND_LOG.LEVEL_STATEMENT,
549: module => l_Debug_Module);
550:
551: iby_debug_pub.add(debug_msg => 'thousand_segN: ' || thousand_segN,
552: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 552: debug_level => FND_LOG.LEVEL_STATEMENT,

548: debug_level => FND_LOG.LEVEL_STATEMENT,
549: module => l_Debug_Module);
550:
551: iby_debug_pub.add(debug_msg => 'thousand_segN: ' || thousand_segN,
552: debug_level => FND_LOG.LEVEL_STATEMENT,
553: module => l_Debug_Module);
554:
555: iby_debug_pub.add(debug_msg => 'units_segN: ' || units_segN,
556: debug_level => FND_LOG.LEVEL_STATEMENT,

Line 556: debug_level => FND_LOG.LEVEL_STATEMENT,

552: debug_level => FND_LOG.LEVEL_STATEMENT,
553: module => l_Debug_Module);
554:
555: iby_debug_pub.add(debug_msg => 'units_segN: ' || units_segN,
556: debug_level => FND_LOG.LEVEL_STATEMENT,
557: module => l_Debug_Module);
558:
559: if billion_segN <> 0 then
560: if(billion_segN > 1 AND session_language = 'PORTUGUESE'

Line 618: debug_level => FND_LOG.LEVEL_STATEMENT,

614: number_text := upper(substr(number_text,1,1)) ||
615: rtrim(lower(substr(number_text,2,length(number_text))));
616:
617: iby_debug_pub.add(debug_msg => 'returning number_text: ' || number_text,
618: debug_level => FND_LOG.LEVEL_STATEMENT,
619: module => l_Debug_Module);
620:
621: iby_debug_pub.add(debug_msg => 'Exit: ' || l_Debug_Module,
622: debug_level => FND_LOG.LEVEL_PROCEDURE,

Line 622: debug_level => FND_LOG.LEVEL_PROCEDURE,

618: debug_level => FND_LOG.LEVEL_STATEMENT,
619: module => l_Debug_Module);
620:
621: iby_debug_pub.add(debug_msg => 'Exit: ' || l_Debug_Module,
622: debug_level => FND_LOG.LEVEL_PROCEDURE,
623: module => l_Debug_Module);
624:
625: return(number_text);
626: