DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_PERSONAL_PAY_M dependencies on HR_UTILITY

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

315: hr_data_pump.entry('call');
316: open cr;
317: fetch cr into c;
318: if cr%notfound then
319: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
320: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
321: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
322: hr_utility.set_message_token('VALUE',p_batch_line_id);
323: hr_utility.raise_error;

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

316: open cr;
317: fetch cr into c;
318: if cr%notfound then
319: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
320: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
321: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
322: hr_utility.set_message_token('VALUE',p_batch_line_id);
323: hr_utility.raise_error;
324: end if;

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

317: fetch cr into c;
318: if cr%notfound then
319: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
320: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
321: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
322: hr_utility.set_message_token('VALUE',p_batch_line_id);
323: hr_utility.raise_error;
324: end if;
325: --

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

318: if cr%notfound then
319: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
320: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
321: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
322: hr_utility.set_message_token('VALUE',p_batch_line_id);
323: hr_utility.raise_error;
324: end if;
325: --
326: if c.p38 is null then

Line 323: hr_utility.raise_error;

319: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
320: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
321: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
322: hr_utility.set_message_token('VALUE',p_batch_line_id);
323: hr_utility.raise_error;
324: end if;
325: --
326: if c.p38 is null then
327: L_PERSONAL_PAYMENT_METHOD_ID:=nn;