DBA Data[Home] [Help]

APPS.HRDPP_CREATE_JOB_REQUIREMENT dependencies on HR_UTILITY

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

414: hr_data_pump.entry('call');
415: open cr;
416: fetch cr into c;
417: if cr%notfound then
418: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
419: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
420: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
421: hr_utility.set_message_token('VALUE',p_batch_line_id);
422: hr_utility.raise_error;

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

415: open cr;
416: fetch cr into c;
417: if cr%notfound then
418: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
419: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
420: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
421: hr_utility.set_message_token('VALUE',p_batch_line_id);
422: hr_utility.raise_error;
423: end if;

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

416: fetch cr into c;
417: if cr%notfound then
418: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
419: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
420: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
421: hr_utility.set_message_token('VALUE',p_batch_line_id);
422: hr_utility.raise_error;
423: end if;
424: --

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

417: if cr%notfound then
418: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
419: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
420: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
421: hr_utility.set_message_token('VALUE',p_batch_line_id);
422: hr_utility.raise_error;
423: end if;
424: --
425: if c.p58 is null then

Line 422: hr_utility.raise_error;

418: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
419: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
420: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
421: hr_utility.set_message_token('VALUE',p_batch_line_id);
422: hr_utility.raise_error;
423: end if;
424: --
425: if c.p58 is null then
426: L_ID_FLEX_NUM:=nn;