DBA Data[Home] [Help]

APPS.IBY_AMOUNT_IN_WORDS dependencies on IBY_DEBUG_PUB

Line 78: iby_debug_pub.add(debug_msg => 'Enter: ' || l_Debug_Module,

74: l_Debug_Module VARCHAR2(255):= G_DEBUG_MODULE || '.' || l_api_name;
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,

Line 82: iby_debug_pub.add(debug_msg => 'p_amount: ' || p_amount,

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,
84: module => l_Debug_Module);
85:
86: iby_debug_pub.add(debug_msg => 'p_currency_code: ' || p_currency_code,

Line 86: iby_debug_pub.add(debug_msg => 'p_currency_code: ' || p_currency_code,

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,
88: module => l_Debug_Module);
89:
90: iby_debug_pub.add(debug_msg => 'p_precision: ' || p_precision,

Line 90: iby_debug_pub.add(debug_msg => 'p_precision: ' || p_precision,

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,
92: module => l_Debug_Module);
93:
94: iby_debug_pub.add(debug_msg => 'p_country_code: ' || p_country_code,

Line 94: iby_debug_pub.add(debug_msg => 'p_country_code: ' || p_country_code,

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,
96: module => l_Debug_Module);
97:
98: IF p_currency_code ='MXN' THEN

Line 153: iby_debug_pub.add(debug_msg => 'formulated message names: ',

149: l_unit_plural_msg_name := l_unit_plural_msg_name || p_currency_code;
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,

Line 157: iby_debug_pub.add(debug_msg => 'l_unit_singular_msg_name: ' || l_unit_singular_msg_name,

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,
159: module => l_Debug_Module);
160:
161: iby_debug_pub.add(debug_msg => 'l_unit_plural_msg_name: ' || l_unit_plural_msg_name,

Line 161: iby_debug_pub.add(debug_msg => 'l_unit_plural_msg_name: ' || l_unit_plural_msg_name,

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,
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,

Line 165: iby_debug_pub.add(debug_msg => 'l_unit_sub_singular_msg_name: ' || l_unit_sub_singular_msg_name,

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,
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,

Line 169: iby_debug_pub.add(debug_msg => 'l_unit_sub_plural_msg_name: ' || l_unit_sub_plural_msg_name,

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,
171: module => l_Debug_Module);
172:
173: BEGIN

Line 181: iby_debug_pub.add(debug_msg => 'Got translated text for ' || l_unit_singular_msg_name

177: IF l_unit_singular_str = l_unit_singular_msg_name THEN
178: l_unit_singular_str := NULL;
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:

Line 200: iby_debug_pub.add(debug_msg => 'Got translated text for ' || l_unit_plural_msg_name

196: IF l_unit_plural_str = l_unit_plural_msg_name THEN
197: l_unit_plural_str := NULL;
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:

Line 218: iby_debug_pub.add(debug_msg => 'Got translated text for ' || l_unit_sub_singular_msg_name

214: IF l_unit_sub_singular_str = l_unit_sub_singular_msg_name THEN
215: l_unit_sub_singular_str := NULL;
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:

Line 236: iby_debug_pub.add(debug_msg => 'Got translated text for ' || l_unit_sub_plural_msg_name

232: IF l_unit_sub_plural_str = l_unit_sub_plural_msg_name THEN
233: l_unit_sub_plural_str := NULL;
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:

Line 250: iby_debug_pub.add(debug_msg => 'Warning: p_precision and p_currency_code are both null! ',

246: BEGIN
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:

Line 265: iby_debug_pub.add(debug_msg => 'l_precision: ' || l_precision,

261: ELSE
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

Line 306: iby_debug_pub.add(debug_msg => 'Amount text: ' || l_word_text,

302: end if;
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);

Line 314: iby_debug_pub.add(debug_msg => 'Error in getting amount text. Returning null.',

310: return(l_word_text);
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:

Line 431: iby_debug_pub.add(debug_msg => 'Adding to lookup cache ' || p_num || ': ' || g_numlookup(p_num),

427: from ap_lookup_codes
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);

Line 459: iby_debug_pub.add(debug_msg => 'Enter: ' || l_Debug_Module,

455: l_Debug_Module VARCHAR2(255):= G_DEBUG_MODULE || '.apamtutb_ap_convert_number';
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

Line 471: iby_debug_pub.add(debug_msg => 'numeral: ' || numeral,

467: select substr(userenv('LANGUAGE'),1,instr(userenv('LANGUAGE'),'_')-1)
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,

Line 475: iby_debug_pub.add(debug_msg => 'session_language: ' || session_language,

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,
477: module => l_Debug_Module);
478:
479: IF g_user_lang <> session_language THEN

Line 481: iby_debug_pub.add(debug_msg => 'g_user_lang <> session_language, caching lookups ',

477: module => l_Debug_Module);
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;

Line 543: iby_debug_pub.add(debug_msg => 'billion_segN: ' || billion_segN,

539: thousand_segN := trunc(numeral/thousand);
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,

Line 547: iby_debug_pub.add(debug_msg => 'million_segN: ' || million_segN,

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,
549: module => l_Debug_Module);
550:
551: iby_debug_pub.add(debug_msg => 'thousand_segN: ' || thousand_segN,

Line 551: iby_debug_pub.add(debug_msg => 'thousand_segN: ' || thousand_segN,

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,
553: module => l_Debug_Module);
554:
555: iby_debug_pub.add(debug_msg => 'units_segN: ' || units_segN,

Line 555: iby_debug_pub.add(debug_msg => 'units_segN: ' || units_segN,

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,
557: module => l_Debug_Module);
558:
559: if billion_segN <> 0 then

Line 617: iby_debug_pub.add(debug_msg => 'returning number_text: ' || number_text,

613: number_text := ltrim(number_text);
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,

Line 621: iby_debug_pub.add(debug_msg => 'Exit: ' || l_Debug_Module,

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,
623: module => l_Debug_Module);
624:
625: return(number_text);