DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_AU_EMP_ASG dependencies on HR_UTILITY

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

587: hr_data_pump.entry('call');
588: open cr;
589: fetch cr into c;
590: if cr%notfound then
591: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
592: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
593: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
594: hr_utility.set_message_token('VALUE',p_batch_line_id);
595: hr_utility.raise_error;

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

588: open cr;
589: fetch cr into c;
590: if cr%notfound then
591: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
592: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
593: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
594: hr_utility.set_message_token('VALUE',p_batch_line_id);
595: hr_utility.raise_error;
596: end if;

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

589: fetch cr into c;
590: if cr%notfound then
591: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
592: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
593: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
594: hr_utility.set_message_token('VALUE',p_batch_line_id);
595: hr_utility.raise_error;
596: end if;
597: --

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

590: if cr%notfound then
591: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
592: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
593: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
594: hr_utility.set_message_token('VALUE',p_batch_line_id);
595: hr_utility.raise_error;
596: end if;
597: --
598: if c.p88 is null then

Line 595: hr_utility.raise_error;

591: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
592: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
593: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
594: hr_utility.set_message_token('VALUE',p_batch_line_id);
595: hr_utility.raise_error;
596: end if;
597: --
598: if c.p88 is null then
599: L_ASSIGNMENT_ID:=nn;