DBA Data[Home] [Help]

APPS.AR_REVENUEADJUST_PUB dependencies on FND_MESSAGE

Line 114: fnd_message.set_name('AR','AR_INCOMPATIBLE_CREDIT_TYPE');

110: -- Introduced for the Sales Group Project.
111: -- ORASHID 11-AUG-2003
112: --
113: IF NOT group_compatible(p_rev_adj_rec) THEN
114: fnd_message.set_name('AR','AR_INCOMPATIBLE_CREDIT_TYPE');
115: fnd_msg_pub.add;
116: RAISE fnd_api.g_exc_error;
117: END IF;
118:

Line 259: fnd_message.set_name('AR','AR_INCOMPATIBLE_CREDIT_TYPE');

255: -- Introduced for the Sales Group Project.
256: -- ORASHID 11-AUG-2003
257: --
258: IF NOT group_compatible(p_rev_adj_rec) THEN
259: fnd_message.set_name('AR','AR_INCOMPATIBLE_CREDIT_TYPE');
260: fnd_msg_pub.add;
261: RAISE fnd_api.g_exc_error;
262: END IF;
263:

Line 413: fnd_message.set_name('AR','AR_INCOMPATIBLE_CREDIT_TYPE');

409: -- Introduced for the Sales Group Project.
410: -- ORASHID 11-AUG-2003
411: --
412: IF NOT group_compatible(p_rev_adj_rec) THEN
413: fnd_message.set_name('AR','AR_INCOMPATIBLE_CREDIT_TYPE');
414: fnd_msg_pub.add;
415: RAISE fnd_api.g_exc_error;
416: END IF;
417:

Line 568: fnd_message.set_name('AR','AR_INCOMPATIBLE_CREDIT_TYPE');

564: -- Introduced for the Sales Group Project.
565: -- ORASHID 11-AUG-2003
566: --
567: IF NOT group_compatible(p_rev_adj_rec) THEN
568: fnd_message.set_name('AR','AR_INCOMPATIBLE_CREDIT_TYPE');
569: fnd_msg_pub.add;
570: RAISE fnd_api.g_exc_error;
571: END IF;
572:

Line 946: fnd_message.set_name('AR','AR_RVMG_EXPIR_DATE_CONFL');

942: IF p_expiration_days IS NULL and
943: p_expiration_date IS NULL
944: THEN
945: x_return_status := FND_API.G_RET_STS_ERROR;
946: fnd_message.set_name('AR','AR_RVMG_EXPIR_DATE_CONFL');
947: fnd_msg_pub.add;
948: RAISE fnd_api.g_exc_error;
949: END IF;
950: