DBA Data[Home] [Help]

APPS.ARP_CLAS_PKG dependencies on FND_MESSAGE

Line 39: fnd_message.set_name('AR','AR_CUST_DUP_INTERNAL_LOCATION');

35: where location_id = p_inventory_location_id
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;

Line 61: fnd_message.set_name('AR','AR_CUST_DUP_INTERNAL_LOCATION');

57: from po_location_associations_all
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: --

Line 113: FND_MESSAGE.SET_NAME( 'AR', 'HZ_API_NO_RECORD' );

109: WHERE cust_acct_site_id
110: = p_address_id;
111: EXCEPTION
112: WHEN NO_DATA_FOUND THEN
113: FND_MESSAGE.SET_NAME( 'AR', 'HZ_API_NO_RECORD' );
114: FND_MESSAGE.SET_TOKEN( 'RECORD', 'customer account site' );
115: FND_MESSAGE.SET_TOKEN( 'VALUE',
116: NVL( TO_CHAR(
117: l_org_id ), 'null' ) );

Line 114: FND_MESSAGE.SET_TOKEN( 'RECORD', 'customer account site' );

110: = p_address_id;
111: EXCEPTION
112: WHEN NO_DATA_FOUND THEN
113: FND_MESSAGE.SET_NAME( 'AR', 'HZ_API_NO_RECORD' );
114: FND_MESSAGE.SET_TOKEN( 'RECORD', 'customer account site' );
115: FND_MESSAGE.SET_TOKEN( 'VALUE',
116: NVL( TO_CHAR(
117: l_org_id ), 'null' ) );
118: FND_MSG_PUB.ADD;

Line 115: FND_MESSAGE.SET_TOKEN( 'VALUE',

111: EXCEPTION
112: WHEN NO_DATA_FOUND THEN
113: FND_MESSAGE.SET_NAME( 'AR', 'HZ_API_NO_RECORD' );
114: FND_MESSAGE.SET_TOKEN( 'RECORD', 'customer account site' );
115: FND_MESSAGE.SET_TOKEN( 'VALUE',
116: NVL( TO_CHAR(
117: l_org_id ), 'null' ) );
118: FND_MSG_PUB.ADD;
119: RAISE FND_API.G_EXC_ERROR;

Line 255: fnd_message.set_name('AR','AR_CUST_INT_REQ_LINES_EXIST');

251: WHERE porl.deliver_to_location_id = l_inventory_location_id
252: AND nvl(porl.source_type_code, 'VENDOR') = 'INVENTORY';
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;

Line 327: fnd_message.set_name('AR','AR_CUST_INT_REQ_LINES_EXIST');

323: WHERE porl.deliver_to_location_id = l_inventory_location_id
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