DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PAYE_TAX_INFO dependencies on HR_UTILITY

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

350: hr_data_pump.entry('call');
351: open cr;
352: fetch cr into c;
353: if cr%notfound then
354: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
355: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
356: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
357: hr_utility.set_message_token('VALUE',p_batch_line_id);
358: hr_utility.raise_error;

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

351: open cr;
352: fetch cr into c;
353: if cr%notfound then
354: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
355: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
356: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
357: hr_utility.set_message_token('VALUE',p_batch_line_id);
358: hr_utility.raise_error;
359: end if;

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

352: fetch cr into c;
353: if cr%notfound then
354: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
355: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
356: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
357: hr_utility.set_message_token('VALUE',p_batch_line_id);
358: hr_utility.raise_error;
359: end if;
360: --

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

353: if cr%notfound then
354: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
355: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
356: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
357: hr_utility.set_message_token('VALUE',p_batch_line_id);
358: hr_utility.raise_error;
359: end if;
360: --
361: if c.p45 is null then

Line 358: hr_utility.raise_error;

354: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
355: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
356: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
357: hr_utility.set_message_token('VALUE',p_batch_line_id);
358: hr_utility.raise_error;
359: end if;
360: --
361: if c.p45 is null then
362: L_ORIGINAL_ENTRY_ID:=nn;