DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_EMP_ASG dependencies on HR_UTILITY

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

774: hr_data_pump.entry('call');
775: open cr;
776: fetch cr into c;
777: if cr%notfound then
778: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
779: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
780: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
781: hr_utility.set_message_token('VALUE',p_batch_line_id);
782: hr_utility.raise_error;

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

775: open cr;
776: fetch cr into c;
777: if cr%notfound then
778: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
779: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
780: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
781: hr_utility.set_message_token('VALUE',p_batch_line_id);
782: hr_utility.raise_error;
783: end if;

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

776: fetch cr into c;
777: if cr%notfound then
778: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
779: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
780: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
781: hr_utility.set_message_token('VALUE',p_batch_line_id);
782: hr_utility.raise_error;
783: end if;
784: --

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

777: if cr%notfound then
778: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
779: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
780: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
781: hr_utility.set_message_token('VALUE',p_batch_line_id);
782: hr_utility.raise_error;
783: end if;
784: --
785: if c.p122 is null then

Line 782: hr_utility.raise_error;

778: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
779: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
780: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
781: hr_utility.set_message_token('VALUE',p_batch_line_id);
782: hr_utility.raise_error;
783: end if;
784: --
785: if c.p122 is null then
786: L_ASSIGNMENT_ID:=nn;