DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_SECONDARY_EMP_ dependencies on HR_UTILITY

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

922: hr_data_pump.entry('call');
923: open cr;
924: fetch cr into c;
925: if cr%notfound then
926: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
927: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
928: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
929: hr_utility.set_message_token('VALUE',p_batch_line_id);
930: hr_utility.raise_error;

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

923: open cr;
924: fetch cr into c;
925: if cr%notfound then
926: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
927: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
928: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
929: hr_utility.set_message_token('VALUE',p_batch_line_id);
930: hr_utility.raise_error;
931: end if;

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

924: fetch cr into c;
925: if cr%notfound then
926: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
927: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
928: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
929: hr_utility.set_message_token('VALUE',p_batch_line_id);
930: hr_utility.raise_error;
931: end if;
932: --

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

925: if cr%notfound then
926: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
927: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
928: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
929: hr_utility.set_message_token('VALUE',p_batch_line_id);
930: hr_utility.raise_error;
931: end if;
932: --
933: if c.p144 is null then

Line 930: hr_utility.raise_error;

926: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
927: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
928: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
929: hr_utility.set_message_token('VALUE',p_batch_line_id);
930: hr_utility.raise_error;
931: end if;
932: --
933: if c.p144 is null then
934: L_PERSON_ID:=nn;