DBA Data[Home] [Help]

APPS.PAY_COST_ALLOCATION_SWI dependencies on FND_MESSAGE

Line 102: fnd_message.set_name('PAY', 'HR_7471_FLEX_PEA_INVALID_ID');

98: fetch csr_cost_structure into l_flex_num;
99: if csr_cost_structure%notfound then
100: close csr_cost_structure;
101: -- the flex structure has not been found, so raise an error.
102: fnd_message.set_name('PAY', 'HR_7471_FLEX_PEA_INVALID_ID');
103: fnd_message.raise_error;
104: end if;
105: close csr_cost_structure;
106: hr_utility.set_location(l_proc,30);

Line 103: fnd_message.raise_error;

99: if csr_cost_structure%notfound then
100: close csr_cost_structure;
101: -- the flex structure has not been found, so raise an error.
102: fnd_message.set_name('PAY', 'HR_7471_FLEX_PEA_INVALID_ID');
103: fnd_message.raise_error;
104: end if;
105: close csr_cost_structure;
106: hr_utility.set_location(l_proc,30);
107: /*Get the delimter to construct the concatenated segment*/

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

569: fetch csr_bg into l_business_group_id;
570: if (csr_bg%notfound) then
571: close csr_bg;
572: hr_utility.set_location(l_proc,40);
573: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
574: fnd_message.raise_error;
575: end if;
576: hr_utility.set_location(l_proc,50);
577: close csr_bg;

Line 574: fnd_message.raise_error;

570: if (csr_bg%notfound) then
571: close csr_bg;
572: hr_utility.set_location(l_proc,40);
573: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
574: fnd_message.raise_error;
575: end if;
576: hr_utility.set_location(l_proc,50);
577: close csr_bg;
578: --