DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSON_LIFE_EVENT dependencies on HR_UTILITY

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

392: hr_data_pump.entry('call');
393: open cr;
394: fetch cr into c;
395: if cr%notfound then
396: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
397: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
398: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
399: hr_utility.set_message_token('VALUE',p_batch_line_id);
400: hr_utility.raise_error;

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

393: open cr;
394: fetch cr into c;
395: if cr%notfound then
396: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
397: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
398: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
399: hr_utility.set_message_token('VALUE',p_batch_line_id);
400: hr_utility.raise_error;
401: end if;

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

394: fetch cr into c;
395: if cr%notfound then
396: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
397: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
398: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
399: hr_utility.set_message_token('VALUE',p_batch_line_id);
400: hr_utility.raise_error;
401: end if;
402: --

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

395: if cr%notfound then
396: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
397: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
398: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
399: hr_utility.set_message_token('VALUE',p_batch_line_id);
400: hr_utility.raise_error;
401: end if;
402: --
403: if c.p44 is null then

Line 400: hr_utility.raise_error;

396: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
397: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
398: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
399: hr_utility.set_message_token('VALUE',p_batch_line_id);
400: hr_utility.raise_error;
401: end if;
402: --
403: if c.p44 is null then
404: L_PER_IN_LER_ID:=nn;