DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_PASSPORT_DETAI dependencies on HR_UTILITY

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

266: hr_data_pump.entry('call');
267: open cr;
268: fetch cr into c;
269: if cr%notfound then
270: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
271: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
272: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
273: hr_utility.set_message_token('VALUE',p_batch_line_id);
274: hr_utility.raise_error;

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

267: open cr;
268: fetch cr into c;
269: if cr%notfound then
270: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
271: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
272: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
273: hr_utility.set_message_token('VALUE',p_batch_line_id);
274: hr_utility.raise_error;
275: end if;

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

268: fetch cr into c;
269: if cr%notfound then
270: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
271: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
272: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
273: hr_utility.set_message_token('VALUE',p_batch_line_id);
274: hr_utility.raise_error;
275: end if;
276: --

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

269: if cr%notfound then
270: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
271: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
272: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
273: hr_utility.set_message_token('VALUE',p_batch_line_id);
274: hr_utility.raise_error;
275: end if;
276: --
277: if c.p28 is null then

Line 274: hr_utility.raise_error;

270: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
271: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
272: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
273: hr_utility.set_message_token('VALUE',p_batch_line_id);
274: hr_utility.raise_error;
275: end if;
276: --
277: if c.p28 is null then
278: L_PERSON_ID:=nn;