DBA Data[Home] [Help]

APPS.OTA_CTT_BUS dependencies on FND_MESSAGE

Line 64: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

60: close csr_sec_grp;
61: --
62: -- The primary key is invalid therefore we must error
63: --
64: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
65: hr_multi_message.add
66: (p_associated_column1
67: => nvl(p_associated_column1,'CATEGORY_USAGE_ID')
68: );

Line 149: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');

145: --
146: -- The primary key is invalid therefore we must error
147: --
148: close csr_leg_code;
149: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
150: fnd_message.raise_error;
151: end if;
152: hr_utility.set_location(l_proc,30);
153: --

Line 150: fnd_message.raise_error;

146: -- The primary key is invalid therefore we must error
147: --
148: close csr_leg_code;
149: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
150: fnd_message.raise_error;
151: end if;
152: hr_utility.set_location(l_proc,30);
153: --
154: -- Set the global variables so the values are

Line 209: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

205: IF NOT ota_ctt_shd.api_updating
206: (p_category_usage_id => p_rec.category_usage_id
207: ,p_language => p_rec.language
208: ) THEN
209: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
210: fnd_message.set_token('PROCEDURE ', l_proc);
211: fnd_message.set_token('STEP ', '5');
212: fnd_message.raise_error;
213: END IF;

Line 210: fnd_message.set_token('PROCEDURE ', l_proc);

206: (p_category_usage_id => p_rec.category_usage_id
207: ,p_language => p_rec.language
208: ) THEN
209: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
210: fnd_message.set_token('PROCEDURE ', l_proc);
211: fnd_message.set_token('STEP ', '5');
212: fnd_message.raise_error;
213: END IF;
214: --

Line 211: fnd_message.set_token('STEP ', '5');

207: ,p_language => p_rec.language
208: ) THEN
209: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
210: fnd_message.set_token('PROCEDURE ', l_proc);
211: fnd_message.set_token('STEP ', '5');
212: fnd_message.raise_error;
213: END IF;
214: --
215: -- EDIT_HERE: Add checks to ensure non-updateable args have

Line 212: fnd_message.raise_error;

208: ) THEN
209: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
210: fnd_message.set_token('PROCEDURE ', l_proc);
211: fnd_message.set_token('STEP ', '5');
212: fnd_message.raise_error;
213: END IF;
214: --
215: -- EDIT_HERE: Add checks to ensure non-updateable args have
216: -- not been updated.

Line 284: fnd_message.set_name('OTA','OTA_443388_CTU_DUP_DM');

280: -- The category name cannot be duplicated therefore we must error
281: --
282: close csr_cat_name;
283: if l_dup_cat_type = 'DM' then
284: fnd_message.set_name('OTA','OTA_443388_CTU_DUP_DM');
285: else
286: fnd_message.set_name('OTA','OTA_443337_CTU_DUP_NAME');
287: end if;
288: hr_utility.set_location(l_proc,20);

Line 286: fnd_message.set_name('OTA','OTA_443337_CTU_DUP_NAME');

282: close csr_cat_name;
283: if l_dup_cat_type = 'DM' then
284: fnd_message.set_name('OTA','OTA_443388_CTU_DUP_DM');
285: else
286: fnd_message.set_name('OTA','OTA_443337_CTU_DUP_NAME');
287: end if;
288: hr_utility.set_location(l_proc,20);
289: fnd_message.raise_error;
290: end if;

Line 289: fnd_message.raise_error;

285: else
286: fnd_message.set_name('OTA','OTA_443337_CTU_DUP_NAME');
287: end if;
288: hr_utility.set_location(l_proc,20);
289: fnd_message.raise_error;
290: end if;
291: hr_utility.set_location(l_proc,30);
292: --
293: -- Set the global variables so the values are