DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PAYMENT_DETAIL dependencies on HR_UTILITY

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

322: hr_data_pump.entry('call');
323: open cr;
324: fetch cr into c;
325: if cr%notfound then
326: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
327: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
328: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
329: hr_utility.set_message_token('VALUE',p_batch_line_id);
330: hr_utility.raise_error;

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

323: open cr;
324: fetch cr into c;
325: if cr%notfound then
326: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
327: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
328: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
329: hr_utility.set_message_token('VALUE',p_batch_line_id);
330: hr_utility.raise_error;
331: end if;

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

324: fetch cr into c;
325: if cr%notfound then
326: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
327: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
328: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
329: hr_utility.set_message_token('VALUE',p_batch_line_id);
330: hr_utility.raise_error;
331: end if;
332: --

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

325: if cr%notfound then
326: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
327: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
328: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
329: hr_utility.set_message_token('VALUE',p_batch_line_id);
330: hr_utility.raise_error;
331: end if;
332: --
333: if c.p42 is null or

Line 330: hr_utility.raise_error;

326: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
327: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
328: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
329: hr_utility.set_message_token('VALUE',p_batch_line_id);
330: hr_utility.raise_error;
331: end if;
332: --
333: if c.p42 is null or
334: c.p1 is null or