DBA Data[Home] [Help]

APPS.PER_RCF_BUS dependencies on FND_MESSAGE

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

56: close csr_sec_grp;
57: --
58: -- The primary key is invalid therefore we must error
59: --
60: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
61: hr_multi_message.add
62: (p_associated_column1
63: => nvl(p_associated_column1,'RECRUITMENT_ACTIVITY_FOR_ID')
64: );

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

133: --
134: -- The primary key is invalid therefore we must error
135: --
136: close csr_leg_code;
137: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
138: fnd_message.raise_error;
139: end if;
140: hr_utility.set_location(l_proc,30);
141: --

Line 138: fnd_message.raise_error;

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

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

192: IF NOT per_rcf_shd.api_updating
193: (p_rec_activity_for_id => p_rec.rec_activity_for_id
194: ,p_object_version_number => p_rec.object_version_number
195: ) THEN
196: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
197: fnd_message.set_token('PROCEDURE ', l_proc);
198: fnd_message.set_token('STEP ', '5');
199: fnd_message.raise_error;
200: END IF;

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

193: (p_rec_activity_for_id => p_rec.rec_activity_for_id
194: ,p_object_version_number => p_rec.object_version_number
195: ) THEN
196: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
197: fnd_message.set_token('PROCEDURE ', l_proc);
198: fnd_message.set_token('STEP ', '5');
199: fnd_message.raise_error;
200: END IF;
201: --

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

194: ,p_object_version_number => p_rec.object_version_number
195: ) THEN
196: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
197: fnd_message.set_token('PROCEDURE ', l_proc);
198: fnd_message.set_token('STEP ', '5');
199: fnd_message.raise_error;
200: END IF;
201: --
202: -- Add checks to ensure non-updateable args have

Line 199: fnd_message.raise_error;

195: ) THEN
196: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
197: fnd_message.set_token('PROCEDURE ', l_proc);
198: fnd_message.set_token('STEP ', '5');
199: fnd_message.raise_error;
200: END IF;
201: --
202: -- Add checks to ensure non-updateable args have
203: -- not been updated.

Line 299: fnd_message.set_name('PER','PER_289469_RCF_INV_VAC_ID');

295: hr_utility.set_location(l_proc, 40);
296: if csr_vacancy_id%notfound then
297: hr_utility.set_location(l_proc, 41);
298: close csr_vacancy_id;
299: fnd_message.set_name('PER','PER_289469_RCF_INV_VAC_ID');
300: hr_multi_message.add
301: (p_associated_column1 => 'PER_RECRUITMENT_ACTIVITY_FOR.VACANCY_ID'
302: );
303: else

Line 312: fnd_message.set_name('PER', 'PER_289468_RCF_INV_VAC_BG');

308: hr_utility.set_location(l_proc, 50);
309: if(l_business_group_id <> p_business_group_id) then
310: hr_utility.set_location(l_proc, 51);
311: close csr_vacancy_id;
312: fnd_message.set_name('PER', 'PER_289468_RCF_INV_VAC_BG');
313: hr_multi_message.add
314: (p_associated_column1 =>
315: 'PER_RECRUITMENT_ACTIVITY_FOR.VACANCY_ID'
316: ,p_associated_column2 =>

Line 415: fnd_message.set_name('PER','PER_289470_RCF_INV_ACT_ID');

411: hr_utility.set_location(l_proc, 40);
412: if csr_rec_activity_id%notfound then
413: hr_utility.set_location(l_proc, 41);
414: close csr_rec_activity_id;
415: fnd_message.set_name('PER','PER_289470_RCF_INV_ACT_ID');
416: hr_multi_message.add
417: (p_associated_column1 =>
418: 'PER_RECRUITMENT_ACTIVITY_FOR.RECRUITMENT_ACTIVITY_ID'
419: );

Line 429: fnd_message.set_name('PER', 'PER_289471_RCF_INV_ACT_BG');

425: hr_utility.set_location(l_proc, 50);
426: if (l_business_group_id <> p_business_group_id) then
427: hr_utility.set_location(l_proc, 51);
428: close csr_rec_activity_id;
429: fnd_message.set_name('PER', 'PER_289471_RCF_INV_ACT_BG');
430: hr_multi_message.add
431: (p_associated_column1 =>
432: 'PER_RECRUITMENT_ACTIVITY_FOR.RECRUITMENT_ACTIVITY_ID'
433: ,p_associated_column2 =>

Line 539: fnd_message.set_name('PER','IRC_412174_VAC_INT_SITE_EXT');

535: if csr_internal%found
536: then
537: close csr_internal;
538: hr_utility.set_location(l_proc,40);
539: fnd_message.set_name('PER','IRC_412174_VAC_INT_SITE_EXT');
540: fnd_message.raise_error;
541: end if;
542: close csr_internal;
543: end if;

Line 540: fnd_message.raise_error;

536: then
537: close csr_internal;
538: hr_utility.set_location(l_proc,40);
539: fnd_message.set_name('PER','IRC_412174_VAC_INT_SITE_EXT');
540: fnd_message.raise_error;
541: end if;
542: close csr_internal;
543: end if;
544: if l_external = 'Y'

Line 553: fnd_message.set_name('PER','IRC_412175_VAC_EXT_SITE_EXT');

549: if csr_external%found
550: then
551: close csr_external;
552: hr_utility.set_location(l_proc,60);
553: fnd_message.set_name('PER','IRC_412175_VAC_EXT_SITE_EXT');
554: fnd_message.raise_error;
555: end if;
556: hr_utility.set_location(l_proc,70);
557: close csr_external;

Line 554: fnd_message.raise_error;

550: then
551: close csr_external;
552: hr_utility.set_location(l_proc,60);
553: fnd_message.set_name('PER','IRC_412175_VAC_EXT_SITE_EXT');
554: fnd_message.raise_error;
555: end if;
556: hr_utility.set_location(l_proc,70);
557: close csr_external;
558: end if;

Line 685: fnd_message.set_name('PER','IRC_412176_POST_ST_DT_INVALID');

681: --
682: hr_utility.set_location(l_proc, 35);
683: --
684: close csr_external;
685: fnd_message.set_name('PER','IRC_412176_POST_ST_DT_INVALID');
686: fnd_message.raise_error;
687: end if;
688: --
689: hr_utility.set_location(l_proc, 40);

Line 686: fnd_message.raise_error;

682: hr_utility.set_location(l_proc, 35);
683: --
684: close csr_external;
685: fnd_message.set_name('PER','IRC_412176_POST_ST_DT_INVALID');
686: fnd_message.raise_error;
687: end if;
688: --
689: hr_utility.set_location(l_proc, 40);
690: --

Line 718: fnd_message.set_name('PER','IRC_412176_POST_ST_DT_INVALID');

714: --
715: hr_utility.set_location(l_proc, 65);
716: --
717: close csr_internal;
718: fnd_message.set_name('PER','IRC_412176_POST_ST_DT_INVALID');
719: fnd_message.raise_error;
720: end if;
721: --
722: hr_utility.set_location(l_proc, 70);

Line 719: fnd_message.raise_error;

715: hr_utility.set_location(l_proc, 65);
716: --
717: close csr_internal;
718: fnd_message.set_name('PER','IRC_412176_POST_ST_DT_INVALID');
719: fnd_message.raise_error;
720: end if;
721: --
722: hr_utility.set_location(l_proc, 70);
723: --