DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CITY_TAX_RULE dependencies on HR_UTILITY

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

509: hr_data_pump.entry('call');
510: open cr;
511: fetch cr into c;
512: if cr%notfound then
513: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
514: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
515: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
516: hr_utility.set_message_token('VALUE',p_batch_line_id);
517: hr_utility.raise_error;

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

510: open cr;
511: fetch cr into c;
512: if cr%notfound then
513: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
514: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
515: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
516: hr_utility.set_message_token('VALUE',p_batch_line_id);
517: hr_utility.raise_error;
518: end if;

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

511: fetch cr into c;
512: if cr%notfound then
513: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
514: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
515: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
516: hr_utility.set_message_token('VALUE',p_batch_line_id);
517: hr_utility.raise_error;
518: end if;
519: --

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

512: if cr%notfound then
513: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
514: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
515: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
516: hr_utility.set_message_token('VALUE',p_batch_line_id);
517: hr_utility.raise_error;
518: end if;
519: --
520: if c.p78 is null then

Line 517: hr_utility.raise_error;

513: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
514: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
515: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
516: hr_utility.set_message_token('VALUE',p_batch_line_id);
517: hr_utility.raise_error;
518: end if;
519: --
520: if c.p78 is null then
521: L_EMP_CITY_TAX_RULE_ID:=nn;