DBA Data[Home] [Help]

APPS.ARH_CPROF1_PKG dependencies on APP_EXCEPTION

Line 99: app_exception.raise_exception;

95: --
96: fnd_message.set_name('AR','AR_CUST_OE_ERROR');
97: fnd_message.set_token ('PROCEDURE', 'OE_HOLDS.HOLDS_API');
98: fnd_message.set_token ('ERROR_MSG', dummy_message);
99: app_exception.raise_exception;
100:
101: end if;
102: */
103: end if;

Line 144: app_exception.invalid_argument('arp_cprof_pkg.update_send_dunning_letters',

140: where cust_account_id = p_customer_id
141: and site_use_id is null;
142:
143: if SQL%NOTFOUND then
144: app_exception.invalid_argument('arp_cprof_pkg.update_send_dunning_letters',
145: 'p_customer_id', p_customer_id);
146:
147: end if;
148: