DBA Data[Home] [Help]

APPS.HR_PL_PERSONAL_PAY_METHOD_API dependencies on HR_UTILITY

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

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

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

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

Line 116: hr_utility.raise_error;

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

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

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

Line 122: hr_utility.raise_error;

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

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

290: begin
291: g_package :='hr_pl_personal_pay_method_api.';
292: l_proc := g_package||'update_pl_personal_pay_method';
293:
294: hr_utility.set_location('Entering:'|| l_proc, 5);
295: --
296: open legsel;
297: fetch legsel
298: into l_valid;

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

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

Line 303: hr_utility.raise_error;

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

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

302: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
303: hr_utility.raise_error;
304: end if;
305: if legsel%found and l_valid <> 'PL' then
306: hr_utility.set_message(801, 'HR_7898_PPM_BUS_GRP_INVALID');
307: hr_utility.raise_error;
308: end if;
309: --
310: close legsel;

Line 307: hr_utility.raise_error;

303: hr_utility.raise_error;
304: end if;
305: if legsel%found and l_valid <> 'PL' then
306: hr_utility.set_message(801, 'HR_7898_PPM_BUS_GRP_INVALID');
307: hr_utility.raise_error;
308: end if;
309: --
310: close legsel;
311: hr_personal_pay_method_api.update_personal_pay_method