DBA Data[Home] [Help]

APPS.ARP_AUTO_ACCOUNTING_BR dependencies on FND_MESSAGE

Line 396: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );

392: p_invalid_value varchar2) IS
393:
394: BEGIN
395:
396: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
397: FND_MESSAGE.set_token( 'GENERIC_TEXT', p_message_text );
398:
399: END put_message_on_stack;
400:

Line 397: FND_MESSAGE.set_token( 'GENERIC_TEXT', p_message_text );

393:
394: BEGIN
395:
396: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
397: FND_MESSAGE.set_token( 'GENERIC_TEXT', p_message_text );
398:
399: END put_message_on_stack;
400:
401:

Line 413: fnd_message.set_name('AR', l_msg_name);

409:
410: print_fcn_label( 'arp_auto_accounting_br.get_error_message_text()+' );
411:
412: l_msg_name := 'AR_COMPLETE_BR_REC_ACCOUNT';
413: fnd_message.set_name('AR', l_msg_name);
414: MSG_COMPLETE_REC_ACCOUNT := fnd_message.get;
415:
416: ----
417: l_msg_name := 'AR_COMPLETE_BR_UNPAID_ACCOUNT';

Line 414: MSG_COMPLETE_REC_ACCOUNT := fnd_message.get;

410: print_fcn_label( 'arp_auto_accounting_br.get_error_message_text()+' );
411:
412: l_msg_name := 'AR_COMPLETE_BR_REC_ACCOUNT';
413: fnd_message.set_name('AR', l_msg_name);
414: MSG_COMPLETE_REC_ACCOUNT := fnd_message.get;
415:
416: ----
417: l_msg_name := 'AR_COMPLETE_BR_UNPAID_ACCOUNT';
418: fnd_message.set_name('AR', l_msg_name);

Line 418: fnd_message.set_name('AR', l_msg_name);

414: MSG_COMPLETE_REC_ACCOUNT := fnd_message.get;
415:
416: ----
417: l_msg_name := 'AR_COMPLETE_BR_UNPAID_ACCOUNT';
418: fnd_message.set_name('AR', l_msg_name);
419: MSG_COMPLETE_UNP_ACCOUNT := fnd_message.get;
420:
421: ----
422: l_msg_name := 'AR_COMPLETE_BR_FACTOR';

Line 419: MSG_COMPLETE_UNP_ACCOUNT := fnd_message.get;

415:
416: ----
417: l_msg_name := 'AR_COMPLETE_BR_UNPAID_ACCOUNT';
418: fnd_message.set_name('AR', l_msg_name);
419: MSG_COMPLETE_UNP_ACCOUNT := fnd_message.get;
420:
421: ----
422: l_msg_name := 'AR_COMPLETE_BR_FACTOR';
423: fnd_message.set_name('AR', l_msg_name);

Line 423: fnd_message.set_name('AR', l_msg_name);

419: MSG_COMPLETE_UNP_ACCOUNT := fnd_message.get;
420:
421: ----
422: l_msg_name := 'AR_COMPLETE_BR_FACTOR';
423: fnd_message.set_name('AR', l_msg_name);
424: MSG_COMPLETE_FAC_ACCOUNT := fnd_message.get;
425:
426: ----
427: l_msg_name := 'AR_COMPLETE_BR_REMITTANCE';

Line 424: MSG_COMPLETE_FAC_ACCOUNT := fnd_message.get;

420:
421: ----
422: l_msg_name := 'AR_COMPLETE_BR_FACTOR';
423: fnd_message.set_name('AR', l_msg_name);
424: MSG_COMPLETE_FAC_ACCOUNT := fnd_message.get;
425:
426: ----
427: l_msg_name := 'AR_COMPLETE_BR_REMITTANCE';
428: fnd_message.set_name('AR', l_msg_name);

Line 428: fnd_message.set_name('AR', l_msg_name);

424: MSG_COMPLETE_FAC_ACCOUNT := fnd_message.get;
425:
426: ----
427: l_msg_name := 'AR_COMPLETE_BR_REMITTANCE';
428: fnd_message.set_name('AR', l_msg_name);
429: MSG_COMPLETE_REM_ACCOUNT := fnd_message.get;
430:
431: ----
432: l_msg_name := 'RA_POSTING_NOT_ALLOWED';

Line 429: MSG_COMPLETE_REM_ACCOUNT := fnd_message.get;

425:
426: ----
427: l_msg_name := 'AR_COMPLETE_BR_REMITTANCE';
428: fnd_message.set_name('AR', l_msg_name);
429: MSG_COMPLETE_REM_ACCOUNT := fnd_message.get;
430:
431: ----
432: l_msg_name := 'RA_POSTING_NOT_ALLOWED';
433: fnd_message.set_name('AR', l_msg_name);

Line 433: fnd_message.set_name('AR', l_msg_name);

429: MSG_COMPLETE_REM_ACCOUNT := fnd_message.get;
430:
431: ----
432: l_msg_name := 'RA_POSTING_NOT_ALLOWED';
433: fnd_message.set_name('AR', l_msg_name);
434: MSG_FLEX_POSTING_NOT_ALLOWED := fnd_message.get;
435:
436: ----
437: l_msg_name := 'FLEX-No Parent';

Line 434: MSG_FLEX_POSTING_NOT_ALLOWED := fnd_message.get;

430:
431: ----
432: l_msg_name := 'RA_POSTING_NOT_ALLOWED';
433: fnd_message.set_name('AR', l_msg_name);
434: MSG_FLEX_POSTING_NOT_ALLOWED := fnd_message.get;
435:
436: ----
437: l_msg_name := 'FLEX-No Parent';
438: fnd_message.set_name('AR', l_msg_name);

Line 438: fnd_message.set_name('AR', l_msg_name);

434: MSG_FLEX_POSTING_NOT_ALLOWED := fnd_message.get;
435:
436: ----
437: l_msg_name := 'FLEX-No Parent';
438: fnd_message.set_name('AR', l_msg_name);
439: MSG_FLEX_NO_PARENT_ALLOWED := fnd_message.get;
440:
441: -- print
442: debug( ' This is a list of messages potentially used by Autoaccounting ');

Line 439: MSG_FLEX_NO_PARENT_ALLOWED := fnd_message.get;

435:
436: ----
437: l_msg_name := 'FLEX-No Parent';
438: fnd_message.set_name('AR', l_msg_name);
439: MSG_FLEX_NO_PARENT_ALLOWED := fnd_message.get;
440:
441: -- print
442: debug( ' This is a list of messages potentially used by Autoaccounting ');
443: debug( ' MSG_COMPLETE_REC_ACCOUNT='||MSG_COMPLETE_REC_ACCOUNT,

Line 1022: /* on server using FND_MESSAGE if invalid. */

1018: /* ------------------------------------------------------------------------ */
1019: /* Finds combination_id for given segment values. */
1020: /* If validation date is NULL checks all cross-validation rules. */
1021: /* Returns TRUE if combination valid, or FALSE and sets error message */
1022: /* on server using FND_MESSAGE if invalid. */
1023: /* ------------------------------------------------------------------------ */
1024: FUNCTION get_combination_id(application_short_name IN VARCHAR2,
1025: key_flex_code IN VARCHAR2,
1026: structure_number IN NUMBER,

Line 1052: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );

1048: return(r_value);
1049:
1050: EXCEPTION
1051: WHEN OTHERS THEN
1052: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
1053: FND_MESSAGE.set_token( 'GENERIC_TEXT', 'get_combination_id() exception: '||SQLERRM );
1054: return(FALSE);
1055:
1056: END get_combination_id;

Line 1053: FND_MESSAGE.set_token( 'GENERIC_TEXT', 'get_combination_id() exception: '||SQLERRM );

1049:
1050: EXCEPTION
1051: WHEN OTHERS THEN
1052: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
1053: FND_MESSAGE.set_token( 'GENERIC_TEXT', 'get_combination_id() exception: '||SQLERRM );
1054: return(FALSE);
1055:
1056: END get_combination_id;
1057:

Line 1091: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );

1087: return(FALSE);
1088:
1089: EXCEPTION
1090: WHEN OTHERS THEN
1091: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
1092: FND_MESSAGE.set_token( 'GENERIC_TEXT', 'get_combination_id() exception: '||SQLERRM );
1093: return(FALSE);
1094:
1095: END get_combination_id;

Line 1092: FND_MESSAGE.set_token( 'GENERIC_TEXT', 'get_combination_id() exception: '||SQLERRM );

1088:
1089: EXCEPTION
1090: WHEN OTHERS THEN
1091: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
1092: FND_MESSAGE.set_token( 'GENERIC_TEXT', 'get_combination_id() exception: '||SQLERRM );
1093: return(FALSE);
1094:
1095: END get_combination_id;
1096:

Line 2064: g_error_buffer := fnd_message.get;

2060: ------------------------------------------------------------------
2061: -- Failed to retrieve a valid ccid or
2062: -- unable to dynamically create a ccid
2063: ------------------------------------------------------------------
2064: g_error_buffer := fnd_message.get;
2065: debug( g_error_buffer, MSG_LEVEL_BASIC );
2066:
2067: print_fcn_label2( 'arp_auto_accounting_br.search_glcc_for_ccid()-' );
2068: RETURN -1;

Line 3836: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );

3832: IF( sqlcode = 1 ) THEN
3833: --
3834: -- User-defined exception
3835: --
3836: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
3837: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
3838: APP_EXCEPTION.raise_exception;
3839:
3840: ELSE

Line 3837: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );

3833: --
3834: -- User-defined exception
3835: --
3836: FND_MESSAGE.set_name( 'AR', 'GENERIC_MESSAGE' );
3837: FND_MESSAGE.set_token( 'GENERIC_TEXT', g_error_buffer );
3838: APP_EXCEPTION.raise_exception;
3839:
3840: ELSE
3841: --