DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSON dependencies on HR_UTILITY

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

831: hr_data_pump.entry('call');
832: open cr;
833: fetch cr into c;
834: if cr%notfound then
835: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
836: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
837: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
838: hr_utility.set_message_token('VALUE',p_batch_line_id);
839: hr_utility.raise_error;

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

832: open cr;
833: fetch cr into c;
834: if cr%notfound then
835: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
836: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
837: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
838: hr_utility.set_message_token('VALUE',p_batch_line_id);
839: hr_utility.raise_error;
840: end if;

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

833: fetch cr into c;
834: if cr%notfound then
835: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
836: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
837: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
838: hr_utility.set_message_token('VALUE',p_batch_line_id);
839: hr_utility.raise_error;
840: end if;
841: --

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

834: if cr%notfound then
835: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
836: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
837: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
838: hr_utility.set_message_token('VALUE',p_batch_line_id);
839: hr_utility.raise_error;
840: end if;
841: --
842: if c.p136 is null then

Line 839: hr_utility.raise_error;

835: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
836: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
837: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
838: hr_utility.set_message_token('VALUE',p_batch_line_id);
839: hr_utility.raise_error;
840: end if;
841: --
842: if c.p136 is null then
843: L_PERSON_ID:=nn;