DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_NZ_PERSONAL_PAY_M dependencies on HR_UTILITY

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

472: hr_data_pump.entry('call');
473: open cr;
474: fetch cr into c;
475: if cr%notfound then
476: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
477: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
478: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
479: hr_utility.set_message_token('VALUE',p_batch_line_id);
480: hr_utility.raise_error;

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

473: open cr;
474: fetch cr into c;
475: if cr%notfound then
476: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
477: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
478: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
479: hr_utility.set_message_token('VALUE',p_batch_line_id);
480: hr_utility.raise_error;
481: end if;

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

474: fetch cr into c;
475: if cr%notfound then
476: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
477: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
478: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
479: hr_utility.set_message_token('VALUE',p_batch_line_id);
480: hr_utility.raise_error;
481: end if;
482: --

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

475: if cr%notfound then
476: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
477: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
478: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
479: hr_utility.set_message_token('VALUE',p_batch_line_id);
480: hr_utility.raise_error;
481: end if;
482: --
483: if c.p70 is null then

Line 480: hr_utility.raise_error;

476: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
477: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
478: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
479: hr_utility.set_message_token('VALUE',p_batch_line_id);
480: hr_utility.raise_error;
481: end if;
482: --
483: if c.p70 is null then
484: L_PERSONAL_PAYMENT_METHOD_ID:=nn;