DBA Data[Home] [Help]

APPS.CSI_COUNTER_TEMPLATE_PVT dependencies on FND_MESSAGE

Line 3274: FND_MESSAGE.Set_Name('CSI', 'CSI_API_OBJ_VER_MISMATCH');

3270: /* Start of API Body */
3271: OPEN cur_group_rec(p_counter_groups_rec.counter_group_id);
3272: FETCH cur_group_rec INTO l_old_counter_groups_rec;
3273: IF (l_old_counter_groups_rec.object_version_number <> nvl(p_counter_groups_rec.OBJECT_VERSION_NUMBER,0)) THEN
3274: FND_MESSAGE.Set_Name('CSI', 'CSI_API_OBJ_VER_MISMATCH');
3275: FND_MSG_PUB.ADD;
3276: RAISE FND_API.G_EXC_ERROR;
3277: END IF;
3278:

Line 3646: FND_MESSAGE.Set_Name('CSI', 'CSI_API_OBJ_VER_MISMATCH');

3642: /* Start of API Body */
3643: OPEN cur_item_assoc_rec(p_ctr_item_associations_rec.ctr_association_id);
3644: FETCH cur_item_assoc_rec INTO l_old_item_associations_rec;
3645: IF (l_old_item_associations_rec.object_version_number <> nvl(p_ctr_item_associations_rec.OBJECT_VERSION_NUMBER,0)) THEN
3646: FND_MESSAGE.Set_Name('CSI', 'CSI_API_OBJ_VER_MISMATCH');
3647: FND_MSG_PUB.ADD;
3648: RAISE FND_API.G_EXC_ERROR;
3649: END IF;
3650:

Line 4171: FND_MESSAGE.Set_Name('CSI', 'CSI_API_OBJ_VER_MISMATCH');

4167: /* Start of API body */
4168: OPEN cur_ctr_template_rec(p_counter_template_rec.counter_id);
4169: FETCH cur_ctr_template_rec INTO l_old_counter_template_rec;
4170: IF (l_old_counter_template_rec.object_version_number <> nvl(p_counter_template_rec.OBJECT_VERSION_NUMBER,0)) THEN
4171: FND_MESSAGE.Set_Name('CSI', 'CSI_API_OBJ_VER_MISMATCH');
4172: FND_MSG_PUB.ADD;
4173: RAISE FND_API.G_EXC_ERROR;
4174: END IF;
4175:

Line 4921: FND_MESSAGE.Set_Name('CSI', 'CSI_API_OBJ_VER_MISMATCH');

4917: /* Start of API Body */
4918: OPEN cur_ctr_prop_rec(p_ctr_property_template_rec.counter_property_id);
4919: FETCH cur_ctr_prop_rec INTO l_old_ctr_property_tmpl_rec;
4920: IF (l_old_ctr_property_tmpl_rec.object_version_number <> nvl(p_ctr_property_template_rec.OBJECT_VERSION_NUMBER,0)) THEN
4921: FND_MESSAGE.Set_Name('CSI', 'CSI_API_OBJ_VER_MISMATCH');
4922: FND_MSG_PUB.ADD;
4923: RAISE FND_API.G_EXC_ERROR;
4924: END IF;
4925:

Line 5347: FND_MESSAGE.Set_Name('CSI', 'CSI_API_OBJ_VER_MISMATCH');

5343: l_ctr_relationships_rec.object_version_number := NULL;
5344: END IF;
5345:
5346: IF (l_old_ctr_relationships_rec.object_version_number <> nvl(p_counter_relationships_rec.OBJECT_VERSION_NUMBER,0)) THEN
5347: FND_MESSAGE.Set_Name('CSI', 'CSI_API_OBJ_VER_MISMATCH');
5348: FND_MSG_PUB.ADD;
5349: RAISE FND_API.G_EXC_ERROR;
5350: END IF;
5351:

Line 6527: FND_MESSAGE.Set_Name('CSI', 'CSI_API_OBJ_VER_MISMATCH');

6523: /* Start of API Body */
6524: OPEN cur_estimation_rec(p_ctr_estimation_rec.estimation_id);
6525: FETCH cur_estimation_rec INTO l_old_ctr_estimation_rec;
6526: IF (l_old_ctr_estimation_rec.object_version_number <> nvl(p_ctr_estimation_rec.OBJECT_VERSION_NUMBER,0)) THEN
6527: FND_MESSAGE.Set_Name('CSI', 'CSI_API_OBJ_VER_MISMATCH');
6528: FND_MSG_PUB.ADD;
6529: RAISE FND_API.G_EXC_ERROR;
6530: END IF;
6531: