DBA Data[Home] [Help]

APPS.PAY_PEV_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 192: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

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

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

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

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

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

Line 195: fnd_message.raise_error;

191: ) THEN
192: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
193: fnd_message.set_token('PROCEDURE ', l_proc);
194: fnd_message.set_token('STEP ', '5');
195: fnd_message.raise_error;
196: END IF;
197: --
198: --
199: -- p_assignment_id

Line 283: fnd_message.set_name('PAY','HR_xxxx_INVALID_EVENT_TYPE');

279: ,p_lookup_code => p_rec.change_type) then
280: --
281: -- The change_type for this record is not recognised
282: --
283: fnd_message.set_name('PAY','HR_xxxx_INVALID_EVENT_TYPE');
284: fnd_message.raise_error;
285: end if;
286: hr_utility.set_location(l_proc,30);
287: --

Line 284: fnd_message.raise_error;

280: --
281: -- The change_type for this record is not recognised
282: --
283: fnd_message.set_name('PAY','HR_xxxx_INVALID_EVENT_TYPE');
284: fnd_message.raise_error;
285: end if;
286: hr_utility.set_location(l_proc,30);
287: --
288: -- Set the global variables so the values are

Line 334: fnd_message.set_name('PAY','HR_xxxx_INVALID_STATUS_TYPE');

330: p_rec.status) then
331: --
332: -- The status for this record is not recognised
333: --
334: fnd_message.set_name('PAY','HR_xxxx_INVALID_STATUS_TYPE');
335: fnd_message.raise_error;
336: end if;
337:
338: hr_utility.set_location(l_proc,30);

Line 335: fnd_message.raise_error;

331: --
332: -- The status for this record is not recognised
333: --
334: fnd_message.set_name('PAY','HR_xxxx_INVALID_STATUS_TYPE');
335: fnd_message.raise_error;
336: end if;
337:
338: hr_utility.set_location(l_proc,30);
339: --