DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_SUPER_CONTRIBUTIO dependencies on HR_UTILITY

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

279: hr_data_pump.entry('call');
280: open cr;
281: fetch cr into c;
282: if cr%notfound then
283: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
284: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
285: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
286: hr_utility.set_message_token('VALUE',p_batch_line_id);
287: hr_utility.raise_error;

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

280: open cr;
281: fetch cr into c;
282: if cr%notfound then
283: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
284: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
285: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
286: hr_utility.set_message_token('VALUE',p_batch_line_id);
287: hr_utility.raise_error;
288: end if;

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

281: fetch cr into c;
282: if cr%notfound then
283: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
284: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
285: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
286: hr_utility.set_message_token('VALUE',p_batch_line_id);
287: hr_utility.raise_error;
288: end if;
289: --

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

282: if cr%notfound then
283: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
284: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
285: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
286: hr_utility.set_message_token('VALUE',p_batch_line_id);
287: hr_utility.raise_error;
288: end if;
289: --
290: if c.p34 is null then

Line 287: hr_utility.raise_error;

283: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
284: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
285: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
286: hr_utility.set_message_token('VALUE',p_batch_line_id);
287: hr_utility.raise_error;
288: end if;
289: --
290: if c.p34 is null then
291: L_ASSIGNMENT_ID:=nn;