DBA Data[Home] [Help]

APPS.ARP_TRX_DEFAULTS_3 dependencies on APP_EXCEPTION

Line 268: app_exception.raise_exception;

264: THEN
265: fnd_message.set_name('AR', 'AR_INV_ARGS');
266: fnd_message.set_token('USER_EXIT',
267: 'get_remit_to_address()');
268: app_exception.raise_exception;
269: END IF;
270:
271: /*-------------------------------------------------------------------------+
272: | IF the state, country or postal code to match to have been specified, |

Line 1585: --app_exception.raise_exception;

1581: fnd_message.set_name('AR','AR_BFB_TERM_NO_DEFAULT');
1582: elsif l_cust_term_id = -95 then
1583: fnd_message.set_name('AR','AR_BFB_TERM_NO_BFB_DEFAULT');
1584: end if;
1585: --app_exception.raise_exception;
1586: else
1587: begin
1588: select name, billing_cycle_id
1589: into l_cust_term_name, l_billing_cycle_id