DBA Data[Home] [Help]

APPS.ARP_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:

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

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