DBA Data[Home] [Help]

APPS.PAY_DTE_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_dte_shd.api_updating
190: (p_datetracked_event_id => p_rec.datetracked_event_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_datetracked_event_id => p_rec.datetracked_event_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.legislation_code, 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.legislation_code, hr_api.g_varchar2) <>
200: nvl(pay_dte_shd.g_old_rec.legislation_code, hr_api.g_varchar2)

Line 295: fnd_message.set_name('PAY', 'HR_xxxx_INVALID_COLUMN_NAME');

291: Close csr_chk_column;
292: --
293: -- The column does not belong to the table therefore we must error
294: --
295: fnd_message.set_name('PAY', 'HR_xxxx_INVALID_COLUMN_NAME');
296:
297: fnd_message.raise_error;
298: End If;
299: Close csr_chk_column;

Line 297: fnd_message.raise_error;

293: -- The column does not belong to the table therefore we must error
294: --
295: fnd_message.set_name('PAY', 'HR_xxxx_INVALID_COLUMN_NAME');
296:
297: fnd_message.raise_error;
298: End If;
299: Close csr_chk_column;
300: End If;
301: --

Line 358: fnd_message.set_name('PAY','HR_xxxx_INVALID_UPDATE_TYPE');

354: ,p_lookup_code => p_rec.update_type) then
355: --
356: -- The update_type for this record is not recognised
357: --
358: fnd_message.set_name('PAY','HR_xxxx_INVALID_UPDATE_TYPE');
359: fnd_message.raise_error;
360: end if;
361: hr_utility.set_location(l_proc,30);
362: --

Line 359: fnd_message.raise_error;

355: --
356: -- The update_type for this record is not recognised
357: --
358: fnd_message.set_name('PAY','HR_xxxx_INVALID_UPDATE_TYPE');
359: fnd_message.raise_error;
360: end if;
361: hr_utility.set_location(l_proc,30);
362: --
363: if p_rec.proration_style is not null then

Line 370: fnd_message.set_name('PAY','HR_xxxx_INVALID_PRORATION_STL');

366: ,p_lookup_code => p_rec.proration_style) then
367: --
368: -- The proration style is not recognised
369: --
370: fnd_message.set_name('PAY','HR_xxxx_INVALID_PRORATION_STL');
371: fnd_message.raise_error;
372: end if;
373: end if;
374: hr_utility.set_location(l_proc,40);

Line 371: fnd_message.raise_error;

367: --
368: -- The proration style is not recognised
369: --
370: fnd_message.set_name('PAY','HR_xxxx_INVALID_PRORATION_STL');
371: fnd_message.raise_error;
372: end if;
373: end if;
374: hr_utility.set_location(l_proc,40);
375: --