DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PLAN_TYPE dependencies on HR_UTILITY

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

368: hr_data_pump.entry('call');
369: open cr;
370: fetch cr into c;
371: if cr%notfound then
372: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
373: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
374: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
375: hr_utility.set_message_token('VALUE',p_batch_line_id);
376: hr_utility.raise_error;

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

369: open cr;
370: fetch cr into c;
371: if cr%notfound then
372: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
373: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
374: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
375: hr_utility.set_message_token('VALUE',p_batch_line_id);
376: hr_utility.raise_error;
377: end if;

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

370: fetch cr into c;
371: if cr%notfound then
372: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
373: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
374: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
375: hr_utility.set_message_token('VALUE',p_batch_line_id);
376: hr_utility.raise_error;
377: end if;
378: --

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

371: if cr%notfound then
372: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
373: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
374: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
375: hr_utility.set_message_token('VALUE',p_batch_line_id);
376: hr_utility.raise_error;
377: end if;
378: --
379: if c.p50 is null or

Line 376: hr_utility.raise_error;

372: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
373: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
374: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
375: hr_utility.set_message_token('VALUE',p_batch_line_id);
376: hr_utility.raise_error;
377: end if;
378: --
379: if c.p50 is null or
380: c.p44 is null then