DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_SECONDARY_EMP_ dependencies on HR_UTILITY

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

716: hr_data_pump.entry('call');
717: open cr;
718: fetch cr into c;
719: if cr%notfound then
720: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
721: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
722: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
723: hr_utility.set_message_token('VALUE',p_batch_line_id);
724: hr_utility.raise_error;

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

717: open cr;
718: fetch cr into c;
719: if cr%notfound then
720: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
721: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
722: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
723: hr_utility.set_message_token('VALUE',p_batch_line_id);
724: hr_utility.raise_error;
725: end if;

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

718: fetch cr into c;
719: if cr%notfound then
720: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
721: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
722: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
723: hr_utility.set_message_token('VALUE',p_batch_line_id);
724: hr_utility.raise_error;
725: end if;
726: --

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

719: if cr%notfound then
720: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
721: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
722: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
723: hr_utility.set_message_token('VALUE',p_batch_line_id);
724: hr_utility.raise_error;
725: end if;
726: --
727: if c.p106 is null then

Line 724: hr_utility.raise_error;

720: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
721: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
722: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
723: hr_utility.set_message_token('VALUE',p_batch_line_id);
724: hr_utility.raise_error;
725: end if;
726: --
727: if c.p106 is null then
728: L_PERSON_ID:=nn;