DBA Data[Home] [Help]

APPS.HZP_CUST_PKG dependencies on APP_EXCEPTION

Line 98: app_exception.raise_exception;

94:
95: EXCEPTION
96: WHEN NO_DATA_FOUND THEN
97: fnd_message.set_name ('AR','AR_CUST_NUMBER_EXISTS');
98: app_exception.raise_exception;
99: END check_unique_customer_number;
100: --
101: --
102: --

Line 143: app_exception.raise_exception;

139:
140: exception
141: when NO_DATA_FOUND then
142: fnd_message.set_name ('AR','AR_PARTY_NUMBER_EXISTS');
143: app_exception.raise_exception;
144: end check_unique_party_number;
145: --
146: --
147: --

Line 185: app_exception.raise_exception;

181:
182: exception
183: when NO_DATA_FOUND then
184: fnd_message.set_name ('AR','AR_CUST_REF_ALREADY_EXISTS');
185: app_exception.raise_exception;
186:
187: end check_unique_orig_system_ref;
188:
189: -- PROCEDURE