DBA Data[Home] [Help]

APPS.PAY_PPE_BUS dependencies on FND_MESSAGE

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

59: close csr_sec_grp;
60: --
61: -- The primary key is invalid therefore we must error
62: --
63: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
64: fnd_message.raise_error;
65: --
66: end if;
67: close csr_sec_grp;

Line 64: fnd_message.raise_error;

60: --
61: -- The primary key is invalid therefore we must error
62: --
63: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
64: fnd_message.raise_error;
65: --
66: end if;
67: close csr_sec_grp;
68: --

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

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

Line 141: fnd_message.raise_error;

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

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

196: IF NOT pay_ppe_shd.api_updating
197: (p_process_event_id => p_rec.process_event_id
198: ,p_object_version_number => p_rec.object_version_number
199: ) THEN
200: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
201: fnd_message.set_token('PROCEDURE ', l_proc);
202: fnd_message.set_token('STEP ', '5');
203: fnd_message.raise_error;
204: END IF;

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

197: (p_process_event_id => p_rec.process_event_id
198: ,p_object_version_number => p_rec.object_version_number
199: ) THEN
200: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
201: fnd_message.set_token('PROCEDURE ', l_proc);
202: fnd_message.set_token('STEP ', '5');
203: fnd_message.raise_error;
204: END IF;
205: --

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

198: ,p_object_version_number => p_rec.object_version_number
199: ) THEN
200: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
201: fnd_message.set_token('PROCEDURE ', l_proc);
202: fnd_message.set_token('STEP ', '5');
203: fnd_message.raise_error;
204: END IF;
205: --
206: hr_utility.set_location(l_proc, 15);

Line 203: fnd_message.raise_error;

199: ) THEN
200: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
201: fnd_message.set_token('PROCEDURE ', l_proc);
202: fnd_message.set_token('STEP ', '5');
203: fnd_message.raise_error;
204: END IF;
205: --
206: hr_utility.set_location(l_proc, 15);
207: --

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

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

Line 286: fnd_message.raise_error;

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

Line 348: fnd_message.set_name('PAY','HR_xxxx_INVALID_ASSIGNMENT_ID');

344: --
345: -- The assignment_id for this record is does not exist for the effective date
346: --
347: close csr_assignment_exists;
348: fnd_message.set_name('PAY','HR_xxxx_INVALID_ASSIGNMENT_ID');
349: fnd_message.raise_error;
350: end if;
351: hr_utility.set_location(l_proc,30);
352: --

Line 349: fnd_message.raise_error;

345: -- The assignment_id for this record is does not exist for the effective date
346: --
347: close csr_assignment_exists;
348: fnd_message.set_name('PAY','HR_xxxx_INVALID_ASSIGNMENT_ID');
349: fnd_message.raise_error;
350: end if;
351: hr_utility.set_location(l_proc,30);
352: --
353: -- Set the global variables so the values are

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

396: p_rec.status) then
397: --
398: -- The status for this record is not recognised
399: --
400: fnd_message.set_name('PAY','HR_xxxx_INVALID_STATUS_TYPE');
401: fnd_message.raise_error;
402: end if;
403:
404: hr_utility.set_location(l_proc,30);

Line 401: fnd_message.raise_error;

397: --
398: -- The status for this record is not recognised
399: --
400: fnd_message.set_name('PAY','HR_xxxx_INVALID_STATUS_TYPE');
401: fnd_message.raise_error;
402: end if;
403:
404: hr_utility.set_location(l_proc,30);
405: --