DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_CWK dependencies on HR_UTILITY

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

672: hr_data_pump.entry('call');
673: open cr;
674: fetch cr into c;
675: if cr%notfound then
676: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
677: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
678: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
679: hr_utility.set_message_token('VALUE',p_batch_line_id);
680: hr_utility.raise_error;

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

673: open cr;
674: fetch cr into c;
675: if cr%notfound then
676: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
677: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
678: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
679: hr_utility.set_message_token('VALUE',p_batch_line_id);
680: hr_utility.raise_error;
681: end if;

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

674: fetch cr into c;
675: if cr%notfound then
676: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
677: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
678: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
679: hr_utility.set_message_token('VALUE',p_batch_line_id);
680: hr_utility.raise_error;
681: end if;
682: --

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

675: if cr%notfound then
676: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
677: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
678: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
679: hr_utility.set_message_token('VALUE',p_batch_line_id);
680: hr_utility.raise_error;
681: end if;
682: --
683: if c.p111 is null or

Line 680: hr_utility.raise_error;

676: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
677: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
678: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
679: hr_utility.set_message_token('VALUE',p_batch_line_id);
680: hr_utility.raise_error;
681: end if;
682: --
683: if c.p111 is null or
684: c.p112 is null then