DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ORGANIZATION dependencies on HR_UTILITY

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

494: hr_data_pump.entry('call');
495: open cr;
496: fetch cr into c;
497: if cr%notfound then
498: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
499: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
500: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
501: hr_utility.set_message_token('VALUE',p_batch_line_id);
502: hr_utility.raise_error;

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

495: open cr;
496: fetch cr into c;
497: if cr%notfound then
498: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
499: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
500: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
501: hr_utility.set_message_token('VALUE',p_batch_line_id);
502: hr_utility.raise_error;
503: end if;

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

496: fetch cr into c;
497: if cr%notfound then
498: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
499: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
500: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
501: hr_utility.set_message_token('VALUE',p_batch_line_id);
502: hr_utility.raise_error;
503: end if;
504: --

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

497: if cr%notfound then
498: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
499: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
500: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
501: hr_utility.set_message_token('VALUE',p_batch_line_id);
502: hr_utility.raise_error;
503: end if;
504: --
505: if c.p73 is null or

Line 502: hr_utility.raise_error;

498: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
499: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
500: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
501: hr_utility.set_message_token('VALUE',p_batch_line_id);
502: hr_utility.raise_error;
503: end if;
504: --
505: if c.p73 is null or
506: c.p1 is null or