DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CBR_QUALD_BNF dependencies on HR_UTILITY

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

338: hr_data_pump.entry('call');
339: open cr;
340: fetch cr into c;
341: if cr%notfound then
342: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
343: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
344: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
345: hr_utility.set_message_token('VALUE',p_batch_line_id);
346: hr_utility.raise_error;

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

339: open cr;
340: fetch cr into c;
341: if cr%notfound then
342: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
343: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
344: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
345: hr_utility.set_message_token('VALUE',p_batch_line_id);
346: hr_utility.raise_error;
347: end if;

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

340: fetch cr into c;
341: if cr%notfound then
342: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
343: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
344: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
345: hr_utility.set_message_token('VALUE',p_batch_line_id);
346: hr_utility.raise_error;
347: end if;
348: --

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

341: if cr%notfound then
342: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
343: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
344: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
345: hr_utility.set_message_token('VALUE',p_batch_line_id);
346: hr_utility.raise_error;
347: end if;
348: --
349: if c.p37 is null then

Line 346: hr_utility.raise_error;

342: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
343: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
344: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
345: hr_utility.set_message_token('VALUE',p_batch_line_id);
346: hr_utility.raise_error;
347: end if;
348: --
349: if c.p37 is null then
350: L_CBR_QUALD_BNF_ID:=nn;