DBA Data[Home] [Help]

APPS.HR_PL_PERSONAL_PAY_METHOD_API dependencies on HR_UTILITY

Line 104: hr_utility.set_location('Entering:'|| l_proc, 5);

100: begin
101: g_package :='hr_pl_personal_pay_method_api.';
102: l_proc := g_package||'create_pl_personal_pay_method';
103:
104: hr_utility.set_location('Entering:'|| l_proc, 5);
105: --
106: --
107: open legsel;
108: fetch legsel

Line 113: hr_utility.set_message(801, 'HR_7348_ASSIGNMENT_INVALID');

109: into l_valid;
110: --
111: if legsel%notfound then
112: close legsel;
113: hr_utility.set_message(801, 'HR_7348_ASSIGNMENT_INVALID');
114: hr_utility.raise_error;
115: end if;
116:
117: if legsel%found and l_valid <> 'PL' then

Line 114: hr_utility.raise_error;

110: --
111: if legsel%notfound then
112: close legsel;
113: hr_utility.set_message(801, 'HR_7348_ASSIGNMENT_INVALID');
114: hr_utility.raise_error;
115: end if;
116:
117: if legsel%found and l_valid <> 'PL' then
118: close legsel;

Line 119: hr_utility.set_message(801, 'HR_7898_PPM_BUS_GRP_INVALID');

115: end if;
116:
117: if legsel%found and l_valid <> 'PL' then
118: close legsel;
119: hr_utility.set_message(801, 'HR_7898_PPM_BUS_GRP_INVALID');
120: hr_utility.raise_error;
121: end if;
122: --
123: close legsel;

Line 120: hr_utility.raise_error;

116:
117: if legsel%found and l_valid <> 'PL' then
118: close legsel;
119: hr_utility.set_message(801, 'HR_7898_PPM_BUS_GRP_INVALID');
120: hr_utility.raise_error;
121: end if;
122: --
123: close legsel;
124: hr_personal_pay_method_api.create_personal_pay_method

Line 288: hr_utility.set_location('Entering:'|| l_proc, 5);

284: begin
285: g_package :='hr_pl_personal_pay_method_api.';
286: l_proc := g_package||'update_pl_personal_pay_method';
287:
288: hr_utility.set_location('Entering:'|| l_proc, 5);
289: --
290: open legsel;
291: fetch legsel
292: into l_valid;

Line 296: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

292: into l_valid;
293: --
294: if legsel%notfound then
295: close legsel;
296: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
297: hr_utility.raise_error;
298: end if;
299: if legsel%found and l_valid <> 'PL' then
300: hr_utility.set_message(801, 'HR_7898_PPM_BUS_GRP_INVALID');

Line 297: hr_utility.raise_error;

293: --
294: if legsel%notfound then
295: close legsel;
296: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
297: hr_utility.raise_error;
298: end if;
299: if legsel%found and l_valid <> 'PL' then
300: hr_utility.set_message(801, 'HR_7898_PPM_BUS_GRP_INVALID');
301: hr_utility.raise_error;

Line 300: hr_utility.set_message(801, 'HR_7898_PPM_BUS_GRP_INVALID');

296: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
297: hr_utility.raise_error;
298: end if;
299: if legsel%found and l_valid <> 'PL' then
300: hr_utility.set_message(801, 'HR_7898_PPM_BUS_GRP_INVALID');
301: hr_utility.raise_error;
302: end if;
303: --
304: close legsel;

Line 301: hr_utility.raise_error;

297: hr_utility.raise_error;
298: end if;
299: if legsel%found and l_valid <> 'PL' then
300: hr_utility.set_message(801, 'HR_7898_PPM_BUS_GRP_INVALID');
301: hr_utility.raise_error;
302: end if;
303: --
304: close legsel;
305: hr_personal_pay_method_api.update_personal_pay_method