DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on FND_MESSAGE

Line 272: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');

268:
269: l_batch_header := p_batch_header_rec;
270:
271: IF (l_batch_header.organization_id IS NULL AND p_org_code IS NULL) THEN
272: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');
273: fnd_msg_pub.ADD;
274: RAISE fnd_api.g_exc_error;
275: END IF;
276:

Line 471: fnd_message.set_name ('GMD', 'GMD_NO_VLDTY_RLE_CRIT');

467:
468: IF l_return_status <> fnd_api.g_ret_sts_success THEN
469: RAISE fnd_api.g_exc_error;
470: ELSIF l_validity_tbl.COUNT = 0 THEN
471: fnd_message.set_name ('GMD', 'GMD_NO_VLDTY_RLE_CRIT');
472: fnd_msg_pub.ADD;
473: RAISE fnd_api.g_exc_error;
474: ELSE
475: l_batch_header.recipe_validity_rule_id :=

Line 683: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');

679: RAISE fnd_api.g_exc_error;
680: END IF;
681:
682: IF (p_material_detail_rec.organization_id IS NULL AND p_org_code IS NULL) THEN
683: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');
684: fnd_msg_pub.ADD;
685: RAISE fnd_api.g_exc_error;
686: END IF;
687:

Line 5133: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');

5129: l_mmti_rec := p_mmti_rec;
5130: l_mmli_tbl := p_mmli_tbl;
5131:
5132: IF (l_mmti_rec.organization_id IS NULL AND p_org_code IS NULL) THEN
5133: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');
5134: fnd_msg_pub.ADD;
5135: RAISE fnd_api.g_exc_error;
5136: END IF;
5137:

Line 5568: FND_MESSAGE.SET_NAME('INV','INV_NO_CONVERSION_ERR');

5564: ,x_data => x_message_list);
5565: /* Bug 5554841 have to set x_return_status*/
5566: x_return_status := l_return_status;
5567: WHEN um_convert_error THEN
5568: FND_MESSAGE.SET_NAME('INV','INV_NO_CONVERSION_ERR');
5569: FND_MESSAGE.SET_TOKEN('PGM_NAME',g_pkg_name||'.'||l_api_name);
5570: fnd_msg_pub.ADD;
5571: x_return_status := fnd_api.g_ret_sts_error;
5572: WHEN fnd_api.g_exc_error THEN

Line 5569: FND_MESSAGE.SET_TOKEN('PGM_NAME',g_pkg_name||'.'||l_api_name);

5565: /* Bug 5554841 have to set x_return_status*/
5566: x_return_status := l_return_status;
5567: WHEN um_convert_error THEN
5568: FND_MESSAGE.SET_NAME('INV','INV_NO_CONVERSION_ERR');
5569: FND_MESSAGE.SET_TOKEN('PGM_NAME',g_pkg_name||'.'||l_api_name);
5570: fnd_msg_pub.ADD;
5571: x_return_status := fnd_api.g_ret_sts_error;
5572: WHEN fnd_api.g_exc_error THEN
5573: ROLLBACK TO SAVEPOINT create_material_txn;

Line 7280: fnd_message.set_name ('GMD', 'FM_BAD_RESOURCE');

7276: CLOSE cur_get_rsrc_dtl;
7277:
7278: CLOSE cur_get_rsrc_hdr;
7279:
7280: fnd_message.set_name ('GMD', 'FM_BAD_RESOURCE');
7281: fnd_msg_pub.ADD;
7282: RAISE fnd_api.g_exc_error;
7283: END IF;
7284: CLOSE cur_get_rsrc_hdr;

Line 8359: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');

8355: END IF;
8356:
8357: /* Validate for organization */
8358: IF (l_batch_header_rec.organization_id IS NULL AND p_org_code IS NULL) THEN
8359: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');
8360: fnd_msg_pub.ADD;
8361: RAISE fnd_api.g_exc_error;
8362: END IF;
8363:

Line 8968: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');

8964: END IF;
8965:
8966:
8967: IF (p_batch_header.organization_id IS NULL AND p_org_code IS NULL) THEN
8968: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');
8969: fnd_msg_pub.ADD;
8970: RAISE fnd_api.g_exc_error;
8971: END IF;
8972:

Line 11302: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');

11298: /* Validate Input parameters */
11299:
11300:
11301: IF (p_org_code IS NULL) THEN
11302: fnd_message.set_name ('INV', 'INV_ORG_REQUIRED');
11303: fnd_msg_pub.ADD;
11304: RAISE fnd_api.g_exc_error;
11305: END IF;
11306:

Line 11308: fnd_message.set_name ('GME', 'GME_GROUP_REQUIRED');

11304: RAISE fnd_api.g_exc_error;
11305: END IF;
11306:
11307: IF (p_group_name IS NULL) THEN
11308: fnd_message.set_name ('GME', 'GME_GROUP_REQUIRED');
11309: fnd_msg_pub.ADD;
11310: RAISE fnd_api.g_exc_error;
11311: END IF;
11312:

Line 11314: fnd_message.set_name ('GME', 'GME_ACTION_REQUIRED');

11310: RAISE fnd_api.g_exc_error;
11311: END IF;
11312:
11313: IF (p_action IS NULL) THEN
11314: fnd_message.set_name ('GME', 'GME_ACTION_REQUIRED');
11315: fnd_msg_pub.ADD;
11316: RAISE fnd_api.g_exc_error;
11317: END IF;
11318:

Line 11320: fnd_message.set_name ('GME', 'GME_ERR_FLAG_REQUIRED');

11316: RAISE fnd_api.g_exc_error;
11317: END IF;
11318:
11319: IF (p_on_error_flag IS NULL) THEN
11320: fnd_message.set_name ('GME', 'GME_ERR_FLAG_REQUIRED');
11321: fnd_msg_pub.ADD;
11322: RAISE fnd_api.g_exc_error;
11323: END IF;
11324: