DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_CWK_ASG dependencies on HR_UTILITY

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

473: hr_data_pump.entry('call');
474: open cr;
475: fetch cr into c;
476: if cr%notfound then
477: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
478: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
479: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
480: hr_utility.set_message_token('VALUE',p_batch_line_id);
481: hr_utility.raise_error;

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

474: open cr;
475: fetch cr into c;
476: if cr%notfound then
477: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
478: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
479: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
480: hr_utility.set_message_token('VALUE',p_batch_line_id);
481: hr_utility.raise_error;
482: end if;

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

475: fetch cr into c;
476: if cr%notfound then
477: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
478: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
479: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
480: hr_utility.set_message_token('VALUE',p_batch_line_id);
481: hr_utility.raise_error;
482: end if;
483: --

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

476: if cr%notfound then
477: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
478: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
479: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
480: hr_utility.set_message_token('VALUE',p_batch_line_id);
481: hr_utility.raise_error;
482: end if;
483: --
484: if c.p61 is null then

Line 481: hr_utility.raise_error;

477: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
478: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
479: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
480: hr_utility.set_message_token('VALUE',p_batch_line_id);
481: hr_utility.raise_error;
482: end if;
483: --
484: if c.p61 is null then
485: L_ASSIGNMENT_ID:=nn;