DBA Data[Home] [Help]

APPS.HRDPP_MAINTAIN_SUPER_INFO dependencies on HR_UTILITY

Line 257: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');

253: hr_data_pump.entry('call');
254: open cr;
255: fetch cr into c;
256: if cr%notfound then
257: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
258: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
259: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
260: hr_utility.set_message_token('VALUE',p_batch_line_id);
261: hr_utility.raise_error;

Line 258: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

254: open cr;
255: fetch cr into c;
256: if cr%notfound then
257: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
258: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
259: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
260: hr_utility.set_message_token('VALUE',p_batch_line_id);
261: hr_utility.raise_error;
262: end if;

Line 259: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');

255: fetch cr into c;
256: if cr%notfound then
257: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
258: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
259: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
260: hr_utility.set_message_token('VALUE',p_batch_line_id);
261: hr_utility.raise_error;
262: end if;
263: --

Line 260: hr_utility.set_message_token('VALUE',p_batch_line_id);

256: if cr%notfound then
257: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
258: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
259: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
260: hr_utility.set_message_token('VALUE',p_batch_line_id);
261: hr_utility.raise_error;
262: end if;
263: --
264: if c.p28 is null then

Line 261: hr_utility.raise_error;

257: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
258: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
259: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
260: hr_utility.set_message_token('VALUE',p_batch_line_id);
261: hr_utility.raise_error;
262: end if;
263: --
264: if c.p28 is null then
265: L_ASSIGNMENT_ID:=nn;