DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CN_EMP_ASG dependencies on HR_UTILITY

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

642: hr_data_pump.entry('call');
643: open cr;
644: fetch cr into c;
645: if cr%notfound then
646: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
647: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
648: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
649: hr_utility.set_message_token('VALUE',p_batch_line_id);
650: hr_utility.raise_error;

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

643: open cr;
644: fetch cr into c;
645: if cr%notfound then
646: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
647: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
648: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
649: hr_utility.set_message_token('VALUE',p_batch_line_id);
650: hr_utility.raise_error;
651: end if;

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

644: fetch cr into c;
645: if cr%notfound then
646: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
647: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
648: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
649: hr_utility.set_message_token('VALUE',p_batch_line_id);
650: hr_utility.raise_error;
651: end if;
652: --

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

645: if cr%notfound then
646: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
647: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
648: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
649: hr_utility.set_message_token('VALUE',p_batch_line_id);
650: hr_utility.raise_error;
651: end if;
652: --
653: if c.p94 is null then

Line 650: hr_utility.raise_error;

646: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
647: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
648: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
649: hr_utility.set_message_token('VALUE',p_batch_line_id);
650: hr_utility.raise_error;
651: end if;
652: --
653: if c.p94 is null then
654: L_ASSIGNMENT_ID:=nn;