DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_SECONDARY_EMP_ dependencies on HR_UTILITY

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

888: hr_data_pump.entry('call');
889: open cr;
890: fetch cr into c;
891: if cr%notfound then
892: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
893: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
894: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
895: hr_utility.set_message_token('VALUE',p_batch_line_id);
896: hr_utility.raise_error;

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

889: open cr;
890: fetch cr into c;
891: if cr%notfound then
892: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
893: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
894: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
895: hr_utility.set_message_token('VALUE',p_batch_line_id);
896: hr_utility.raise_error;
897: end if;

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

890: fetch cr into c;
891: if cr%notfound then
892: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
893: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
894: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
895: hr_utility.set_message_token('VALUE',p_batch_line_id);
896: hr_utility.raise_error;
897: end if;
898: --

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

891: if cr%notfound then
892: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
893: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
894: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
895: hr_utility.set_message_token('VALUE',p_batch_line_id);
896: hr_utility.raise_error;
897: end if;
898: --
899: if c.p131 is null then

Line 896: hr_utility.raise_error;

892: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
893: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
894: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
895: hr_utility.set_message_token('VALUE',p_batch_line_id);
896: hr_utility.raise_error;
897: end if;
898: --
899: if c.p131 is null then
900: L_PERSON_ID:=nn;