DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_EMP_ASG dependencies on HR_UTILITY

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

679: hr_data_pump.entry('call');
680: open cr;
681: fetch cr into c;
682: if cr%notfound then
683: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
684: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
685: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
686: hr_utility.set_message_token('VALUE',p_batch_line_id);
687: hr_utility.raise_error;

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

680: open cr;
681: fetch cr into c;
682: if cr%notfound then
683: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
684: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
685: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
686: hr_utility.set_message_token('VALUE',p_batch_line_id);
687: hr_utility.raise_error;
688: end if;

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

681: fetch cr into c;
682: if cr%notfound then
683: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
684: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
685: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
686: hr_utility.set_message_token('VALUE',p_batch_line_id);
687: hr_utility.raise_error;
688: end if;
689: --

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

682: if cr%notfound then
683: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
684: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
685: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
686: hr_utility.set_message_token('VALUE',p_batch_line_id);
687: hr_utility.raise_error;
688: end if;
689: --
690: if c.p95 is null then

Line 687: hr_utility.raise_error;

683: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
684: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
685: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
686: hr_utility.set_message_token('VALUE',p_batch_line_id);
687: hr_utility.raise_error;
688: end if;
689: --
690: if c.p95 is null then
691: L_ASSIGNMENT_ID:=nn;