DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_GB_PERSONAL_PAY_M dependencies on HR_UTILITY

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

329: hr_data_pump.entry('call');
330: open cr;
331: fetch cr into c;
332: if cr%notfound then
333: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
334: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
335: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
336: hr_utility.set_message_token('VALUE',p_batch_line_id);
337: hr_utility.raise_error;

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

330: open cr;
331: fetch cr into c;
332: if cr%notfound then
333: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
334: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
335: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
336: hr_utility.set_message_token('VALUE',p_batch_line_id);
337: hr_utility.raise_error;
338: end if;

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

331: fetch cr into c;
332: if cr%notfound then
333: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
334: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
335: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
336: hr_utility.set_message_token('VALUE',p_batch_line_id);
337: hr_utility.raise_error;
338: end if;
339: --

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

332: if cr%notfound then
333: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
334: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
335: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
336: hr_utility.set_message_token('VALUE',p_batch_line_id);
337: hr_utility.raise_error;
338: end if;
339: --
340: if c.p41 is null then

Line 337: hr_utility.raise_error;

333: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
334: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
335: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
336: hr_utility.set_message_token('VALUE',p_batch_line_id);
337: hr_utility.raise_error;
338: end if;
339: --
340: if c.p41 is null then
341: L_PERSONAL_PAYMENT_METHOD_ID:=nn;