DBA Data[Home] [Help]

APPS.PAY_EVG_BUS dependencies on FND_MESSAGE

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

55: close csr_sec_grp;
56: --
57: -- The primary key is invalid therefore we must error
58: --
59: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
60: fnd_message.raise_error;
61: --
62: end if;
63: close csr_sec_grp;

Line 60: fnd_message.raise_error;

56: --
57: -- The primary key is invalid therefore we must error
58: --
59: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
60: fnd_message.raise_error;
61: --
62: end if;
63: close csr_sec_grp;
64: --

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

128: --
129: -- The primary key is invalid therefore we must error
130: --
131: close csr_leg_code;
132: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
133: fnd_message.raise_error;
134: end if;
135: hr_utility.set_location(l_proc,30);
136: --

Line 133: fnd_message.raise_error;

129: -- The primary key is invalid therefore we must error
130: --
131: close csr_leg_code;
132: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
133: fnd_message.raise_error;
134: end if;
135: hr_utility.set_location(l_proc,30);
136: --
137: -- Set the global variables so the values are

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

189: IF NOT pay_evg_shd.api_updating
190: (p_event_group_id => p_rec.event_group_id
191: ,p_object_version_number => p_rec.object_version_number
192: ) THEN
193: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
194: fnd_message.set_token('PROCEDURE ', l_proc);
195: fnd_message.set_token('STEP ', '5');
196: fnd_message.raise_error;
197: END IF;

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

190: (p_event_group_id => p_rec.event_group_id
191: ,p_object_version_number => p_rec.object_version_number
192: ) THEN
193: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
194: fnd_message.set_token('PROCEDURE ', l_proc);
195: fnd_message.set_token('STEP ', '5');
196: fnd_message.raise_error;
197: END IF;
198: --

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

191: ,p_object_version_number => p_rec.object_version_number
192: ) THEN
193: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
194: fnd_message.set_token('PROCEDURE ', l_proc);
195: fnd_message.set_token('STEP ', '5');
196: fnd_message.raise_error;
197: END IF;
198: --
199: if (nvl(p_rec.event_group_name, hr_api.g_varchar2) <>

Line 196: fnd_message.raise_error;

192: ) THEN
193: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
194: fnd_message.set_token('PROCEDURE ', l_proc);
195: fnd_message.set_token('STEP ', '5');
196: fnd_message.raise_error;
197: END IF;
198: --
199: if (nvl(p_rec.event_group_name, hr_api.g_varchar2) <>
200: nvl(pay_evg_shd.g_old_rec.event_group_name, hr_api.g_varchar2)

Line 310: fnd_message.set_name('PAY','HR_xxxx_INVALID_EVENT_GROUP');

306: ,p_lookup_code => p_rec.event_group_type) then
307: --
308: -- The event_group_type for this record is not recognised
309: --
310: fnd_message.set_name('PAY','HR_xxxx_INVALID_EVENT_GROUP');
311: fnd_message.raise_error;
312: end if;
313: hr_utility.set_location(l_proc,30);
314: --

Line 311: fnd_message.raise_error;

307: --
308: -- The event_group_type for this record is not recognised
309: --
310: fnd_message.set_name('PAY','HR_xxxx_INVALID_EVENT_GROUP');
311: fnd_message.raise_error;
312: end if;
313: hr_utility.set_location(l_proc,30);
314: --
315: -- Set the global variables so the values are

Line 342: fnd_message.set_name('PAY','HR_xxxx_INVALID_PERIOD_TYPE');

338: ,p_lookup_code => p_rec.proration_type) then
339: --
340: -- The proration_type for this record is not recognised
341: --
342: fnd_message.set_name('PAY','HR_xxxx_INVALID_PERIOD_TYPE');
343: fnd_message.raise_error;
344: end if;
345: else
346: if p_rec.proration_type is not null then

Line 343: fnd_message.raise_error;

339: --
340: -- The proration_type for this record is not recognised
341: --
342: fnd_message.set_name('PAY','HR_xxxx_INVALID_PERIOD_TYPE');
343: fnd_message.raise_error;
344: end if;
345: else
346: if p_rec.proration_type is not null then
347: fnd_message.set_name('PAY','HR_xxxx_INVALID_PERIOD_TYPE');

Line 347: fnd_message.set_name('PAY','HR_xxxx_INVALID_PERIOD_TYPE');

343: fnd_message.raise_error;
344: end if;
345: else
346: if p_rec.proration_type is not null then
347: fnd_message.set_name('PAY','HR_xxxx_INVALID_PERIOD_TYPE');
348: fnd_message.raise_error;
349: end if;
350: end if;
351: --

Line 348: fnd_message.raise_error;

344: end if;
345: else
346: if p_rec.proration_type is not null then
347: fnd_message.set_name('PAY','HR_xxxx_INVALID_PERIOD_TYPE');
348: fnd_message.raise_error;
349: end if;
350: end if;
351: --
352: hr_utility.set_location(l_proc,30);

Line 381: fnd_message.set_name('PAY', 'PAY_294526_ECU_CHILD_EXISTS');

377: open csr_child_exist(p_event_group_id => p_event_group_id);
378: fetch csr_child_exist into l_ret;
379: if csr_child_exist%found then
380: close csr_child_exist;
381: fnd_message.set_name('PAY', 'PAY_294526_ECU_CHILD_EXISTS');
382: fnd_message.raise_error;
383: end if;
384: close csr_child_exist;
385: exception

Line 382: fnd_message.raise_error;

378: fetch csr_child_exist into l_ret;
379: if csr_child_exist%found then
380: close csr_child_exist;
381: fnd_message.set_name('PAY', 'PAY_294526_ECU_CHILD_EXISTS');
382: fnd_message.raise_error;
383: end if;
384: close csr_child_exist;
385: exception
386: when others then