DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_US_PERSONAL_PAY_M dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

Line 332: hr_utility.raise_error;

328: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
329: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
330: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
331: hr_utility.set_message_token('VALUE',p_batch_line_id);
332: hr_utility.raise_error;
333: end if;
334: --
335: if c.p40 is null then
336: L_PERSONAL_PAYMENT_METHOD_ID:=nn;