DBA Data[Home] [Help]

APPS.HRDPP_CREATE_CBR_QUALD_BNF dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 344: hr_utility.raise_error;

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