DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_PERSONAL_PAY_M dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 342: hr_utility.raise_error;

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