DBA Data[Home] [Help]

APPS.PER_ECO_BUS dependencies on FND_MESSAGE

Line 95: fnd_message.set_name('PER', 'PER_289099_ECO_ELEC_ID_INVALID');

91: fetch csr_valid_election_id into l_election_id;
92: if csr_valid_election_id%notfound then
93: --
94: close csr_valid_election_id;
95: fnd_message.set_name('PER', 'PER_289099_ECO_ELEC_ID_INVALID');
96: hr_utility.raise_error;
97: --
98: else
99: close csr_valid_election_id;

Line 179: fnd_message.set_name('PER', 'HR_289258_ECO_DUP_CONSTITUENCY');

175: --
176: if p_election_constituency_id is null or
177: p_election_constituency_id <> l_constituency_id then
178: hr_utility.set_location(l_proc, 30);
179: fnd_message.set_name('PER', 'HR_289258_ECO_DUP_CONSTITUENCY');
180: hr_utility.raise_error;
181: --
182: end if;
183: end if;

Line 244: fnd_message.set_name('PER', 'PER_289109_ECO_ID_CAN_EXISTS');

240: fetch csr_valid_can_exists into l_election_id_a;
241: if csr_valid_can_exists%found then
242: --
243: close csr_valid_can_exists;
244: fnd_message.set_name('PER', 'PER_289109_ECO_ID_CAN_EXISTS');
245: hr_utility.raise_error;
246: --
247: end if;
248: close csr_valid_can_exists;

Line 340: fnd_message.set_name('PER', 'PER_289100_ECO_CONST_INVALID');

336: fetch csr_valid_const_id into l_constituency_id;
337: if csr_valid_const_id%notfound then
338: --
339: close csr_valid_const_id;
340: fnd_message.set_name('PER', 'PER_289100_ECO_CONST_INVALID');
341: hr_utility.raise_error;
342: --
343: end if;
344: --

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

390: close csr_sec_grp;
391: --
392: -- The primary key is invalid therefore we must error
393: --
394: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
395: fnd_message.raise_error;
396: --
397: end if;
398: close csr_sec_grp;

Line 395: fnd_message.raise_error;

391: --
392: -- The primary key is invalid therefore we must error
393: --
394: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
395: fnd_message.raise_error;
396: --
397: end if;
398: close csr_sec_grp;
399: --

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

463: --
464: -- The primary key is invalid therefore we must error
465: --
466: close csr_leg_code;
467: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
468: fnd_message.raise_error;
469: end if;
470: hr_utility.set_location(l_proc,30);
471: --

Line 468: fnd_message.raise_error;

464: -- The primary key is invalid therefore we must error
465: --
466: close csr_leg_code;
467: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
468: fnd_message.raise_error;
469: end if;
470: hr_utility.set_location(l_proc,30);
471: --
472: -- Set the global variables so the values are

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

701: IF NOT per_eco_shd.api_updating
702: (p_election_constituency_id => p_rec.election_constituency_id
703: ,p_object_version_number => p_rec.object_version_number
704: ) THEN
705: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
706: fnd_message.set_token('PROCEDURE ', l_proc);
707: fnd_message.set_token('STEP ', '5');
708: fnd_message.raise_error;
709: END IF;

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

702: (p_election_constituency_id => p_rec.election_constituency_id
703: ,p_object_version_number => p_rec.object_version_number
704: ) THEN
705: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
706: fnd_message.set_token('PROCEDURE ', l_proc);
707: fnd_message.set_token('STEP ', '5');
708: fnd_message.raise_error;
709: END IF;
710: --

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

703: ,p_object_version_number => p_rec.object_version_number
704: ) THEN
705: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
706: fnd_message.set_token('PROCEDURE ', l_proc);
707: fnd_message.set_token('STEP ', '5');
708: fnd_message.raise_error;
709: END IF;
710: --
711: -- EDIT_HERE: Add checks to ensure non-updateable args have

Line 708: fnd_message.raise_error;

704: ) THEN
705: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
706: fnd_message.set_token('PROCEDURE ', l_proc);
707: fnd_message.set_token('STEP ', '5');
708: fnd_message.raise_error;
709: END IF;
710: --
711: -- EDIT_HERE: Add checks to ensure non-updateable args have
712: -- not been updated.