DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on FND_MESSAGE

Line 2557: arp_standard.fnd_message('AR_RVMG_INVALID_CONTINGENCY'),

2553: SELECT
2554: lgt.trx_header_id,
2555: lgt.trx_line_id,
2556: cgt.trx_contingency_id,
2557: arp_standard.fnd_message('AR_RVMG_INVALID_CONTINGENCY'),
2558: cgt.contingency_id
2559: FROM ar_trx_lines_gt lgt,
2560: ar_trx_header_gt hgt,
2561: ar_trx_contingencies_gt cgt

Line 2598: arp_standard.fnd_message('AR_RVMG_NO_EXP_DATE'),

2594: SELECT
2595: lgt.trx_header_id,
2596: lgt.trx_line_id,
2597: cgt.trx_contingency_id,
2598: arp_standard.fnd_message('AR_RVMG_NO_EXP_DATE'),
2599: cgt.contingency_id
2600: FROM ar_trx_lines_gt lgt,
2601: ar_trx_header_gt hgt,
2602: ar_trx_contingencies_gt cgt,

Line 2661: arp_standard.fnd_message('AR_RVMG_INVALID_CONTINGENCY'),

2657: )
2658: SELECT
2659: l.interface_line_id,
2660: c.interface_contingency_id,
2661: arp_standard.fnd_message('AR_RVMG_INVALID_CONTINGENCY'),
2662: c.contingency_id,
2663: l.org_id
2664: FROM ra_interface_lines l,
2665: ar_interface_conts c

Line 2701: arp_standard.fnd_message('AR_RVMG_NO_EXP_DATE'),

2697: )
2698: SELECT
2699: l.interface_line_id,
2700: c.interface_contingency_id,
2701: arp_standard.fnd_message('AR_RVMG_NO_EXP_DATE'),
2702: c.contingency_id,
2703: l.org_id
2704: FROM ra_interface_lines l,
2705: ar_interface_conts c,

Line 3534: fnd_message.set_name ('AR','GENERIC_MESSAGE');

3530: IF pg_debug IN ('Y', 'C') THEN
3531: debug('Error Reported By RAM API: ' || x_msg_data);
3532: END IF;
3533:
3534: fnd_message.set_name ('AR','GENERIC_MESSAGE');
3535: fnd_message.set_token('GENERIC_TEXT', x_msg_data);
3536: app_exception.raise_exception;
3537:
3538: END IF;

Line 3535: fnd_message.set_token('GENERIC_TEXT', x_msg_data);

3531: debug('Error Reported By RAM API: ' || x_msg_data);
3532: END IF;
3533:
3534: fnd_message.set_name ('AR','GENERIC_MESSAGE');
3535: fnd_message.set_token('GENERIC_TEXT', x_msg_data);
3536: app_exception.raise_exception;
3537:
3538: END IF;
3539:

Line 6239: error_message := FND_MESSAGE.GET_STRING('AR','AR_UNABLE_TO_GEN_DEF_ACCG');

6235:
6236: IF (return_warning)
6237: THEN
6238: debug('Attempting to set WARNING return status');
6239: error_message := FND_MESSAGE.GET_STRING('AR','AR_UNABLE_TO_GEN_DEF_ACCG');
6240:
6241: IF (FND_CONCURRENT.SET_COMPLETION_STATUS('WARNING', error_message) = FALSE)
6242: THEN
6243: debug('Unable to set WARNING return status');