DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CITY_TAX_RULE dependencies on HR_UTILITY

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

504: hr_data_pump.entry('call');
505: open cr;
506: fetch cr into c;
507: if cr%notfound then
508: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
509: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
510: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
511: hr_utility.set_message_token('VALUE',p_batch_line_id);
512: hr_utility.raise_error;

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

505: open cr;
506: fetch cr into c;
507: if cr%notfound then
508: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
509: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
510: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
511: hr_utility.set_message_token('VALUE',p_batch_line_id);
512: hr_utility.raise_error;
513: end if;

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

506: fetch cr into c;
507: if cr%notfound then
508: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
509: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
510: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
511: hr_utility.set_message_token('VALUE',p_batch_line_id);
512: hr_utility.raise_error;
513: end if;
514: --

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

507: if cr%notfound then
508: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
509: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
510: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
511: hr_utility.set_message_token('VALUE',p_batch_line_id);
512: hr_utility.raise_error;
513: end if;
514: --
515: if c.p77 is null then

Line 512: hr_utility.raise_error;

508: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
509: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
510: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
511: hr_utility.set_message_token('VALUE',p_batch_line_id);
512: hr_utility.raise_error;
513: end if;
514: --
515: if c.p77 is null then
516: L_EMP_CITY_TAX_RULE_ID:=nn;