DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_EMPLOYEE dependencies on HR_UTILITY

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

697: hr_data_pump.entry('call');
698: open cr;
699: fetch cr into c;
700: if cr%notfound then
701: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
702: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
703: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
704: hr_utility.set_message_token('VALUE',p_batch_line_id);
705: hr_utility.raise_error;

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

698: open cr;
699: fetch cr into c;
700: if cr%notfound then
701: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
702: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
703: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
704: hr_utility.set_message_token('VALUE',p_batch_line_id);
705: hr_utility.raise_error;
706: end if;

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

699: fetch cr into c;
700: if cr%notfound then
701: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
702: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
703: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
704: hr_utility.set_message_token('VALUE',p_batch_line_id);
705: hr_utility.raise_error;
706: end if;
707: --

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

700: if cr%notfound then
701: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
702: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
703: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
704: hr_utility.set_message_token('VALUE',p_batch_line_id);
705: hr_utility.raise_error;
706: end if;
707: --
708: if c.p116 is null or

Line 705: hr_utility.raise_error;

701: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
702: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
703: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
704: hr_utility.set_message_token('VALUE',p_batch_line_id);
705: hr_utility.raise_error;
706: end if;
707: --
708: if c.p116 is null or
709: c.p117 is null then