DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_MX_EMP_ASG dependencies on HR_UTILITY

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

666: hr_data_pump.entry('call');
667: open cr;
668: fetch cr into c;
669: if cr%notfound then
670: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
671: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
672: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
673: hr_utility.set_message_token('VALUE',p_batch_line_id);
674: hr_utility.raise_error;

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

667: open cr;
668: fetch cr into c;
669: if cr%notfound then
670: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
671: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
672: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
673: hr_utility.set_message_token('VALUE',p_batch_line_id);
674: hr_utility.raise_error;
675: end if;

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

668: fetch cr into c;
669: if cr%notfound then
670: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
671: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
672: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
673: hr_utility.set_message_token('VALUE',p_batch_line_id);
674: hr_utility.raise_error;
675: end if;
676: --

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

669: if cr%notfound then
670: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
671: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
672: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
673: hr_utility.set_message_token('VALUE',p_batch_line_id);
674: hr_utility.raise_error;
675: end if;
676: --
677: if c.p96 is null then

Line 674: hr_utility.raise_error;

670: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
671: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
672: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
673: hr_utility.set_message_token('VALUE',p_batch_line_id);
674: hr_utility.raise_error;
675: end if;
676: --
677: if c.p96 is null then
678: L_ASSIGNMENT_ID:=nn;