DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_SECONDARY_EMP_ dependencies on HR_UTILITY

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

865: hr_data_pump.entry('call');
866: open cr;
867: fetch cr into c;
868: if cr%notfound then
869: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
870: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
871: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
872: hr_utility.set_message_token('VALUE',p_batch_line_id);
873: hr_utility.raise_error;

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

866: open cr;
867: fetch cr into c;
868: if cr%notfound then
869: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
870: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
871: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
872: hr_utility.set_message_token('VALUE',p_batch_line_id);
873: hr_utility.raise_error;
874: end if;

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

867: fetch cr into c;
868: if cr%notfound then
869: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
870: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
871: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
872: hr_utility.set_message_token('VALUE',p_batch_line_id);
873: hr_utility.raise_error;
874: end if;
875: --

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

868: if cr%notfound then
869: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
870: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
871: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
872: hr_utility.set_message_token('VALUE',p_batch_line_id);
873: hr_utility.raise_error;
874: end if;
875: --
876: if c.p130 is null then

Line 873: hr_utility.raise_error;

869: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
870: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
871: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
872: hr_utility.set_message_token('VALUE',p_batch_line_id);
873: hr_utility.raise_error;
874: end if;
875: --
876: if c.p130 is null then
877: L_PERSON_ID:=nn;