DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_EXTERNAL_EFFORT_L dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 284: hr_utility.raise_error;

280: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
281: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
282: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
283: hr_utility.set_message_token('VALUE',p_batch_line_id);
284: hr_utility.raise_error;
285: end if;
286: --
287: if c.p32 is null then
288: L_EXTERNAL_EFFORT_LINE_ID:=nn;