DBA Data[Home] [Help]

APPS.ARP_CLAS_PKG dependencies on APP_EXCEPTION

Line 40: --app_exception.raise_exception;

36: and org_id = l_org_id;
37: --
38: if ( dummy >= 1 ) then
39: fnd_message.set_name('AR','AR_CUST_DUP_INTERNAL_LOCATION');
40: --app_exception.raise_exception;
41: FND_MSG_PUB.ADD;
42: x_return_status := FND_API.G_RET_STS_ERROR;
43: x_msg_count := 1;
44: x_msg_data := 'AR_CUST_DUP_INTERNAL_LOCATION';

Line 62: app_exception.raise_exception;

58: where location_id = p_inventory_location_id;
59: --
60: if ( dummy >= 1 ) then
61: fnd_message.set_name('AR','AR_CUST_DUP_INTERNAL_LOCATION');
62: app_exception.raise_exception;
63: end if;
64: end check_unique_inv_location;
65: --
66: --

Line 257: --app_exception.raise_exception;

253: --
254: if ( l_dummy >= 1 ) then
255: fnd_message.set_name('AR','AR_CUST_INT_REQ_LINES_EXIST');
256: FND_MSG_PUB.ADD;
257: --app_exception.raise_exception;
258: x_return_status := FND_API.G_RET_STS_ERROR;
259: x_msg_count := 1;
260: x_msg_data := 'AR_CUST_INT_REQ_LINES_EXIST';
261: return;

Line 328: app_exception.raise_exception;

324: AND nvl(porl.source_type_code, 'VENDOR') = 'INVENTORY';
325: --
326: if ( l_dummy >= 1 ) then
327: fnd_message.set_name('AR','AR_CUST_INT_REQ_LINES_EXIST');
328: app_exception.raise_exception;
329: end if;
330: --
331: delete from po_location_associations
332: where site_use_id = p_site_use_id;