DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_ORG_PAYMENT_ME dependencies on HR_UTILITY

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

457: hr_data_pump.entry('call');
458: open cr;
459: fetch cr into c;
460: if cr%notfound then
461: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
462: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
463: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
464: hr_utility.set_message_token('VALUE',p_batch_line_id);
465: hr_utility.raise_error;

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

458: open cr;
459: fetch cr into c;
460: if cr%notfound then
461: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
462: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
463: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
464: hr_utility.set_message_token('VALUE',p_batch_line_id);
465: hr_utility.raise_error;
466: end if;

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

459: fetch cr into c;
460: if cr%notfound then
461: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
462: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
463: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
464: hr_utility.set_message_token('VALUE',p_batch_line_id);
465: hr_utility.raise_error;
466: end if;
467: --

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

460: if cr%notfound then
461: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
462: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
463: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
464: hr_utility.set_message_token('VALUE',p_batch_line_id);
465: hr_utility.raise_error;
466: end if;
467: --
468: if c.p70 is null then

Line 465: hr_utility.raise_error;

461: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
462: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
463: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
464: hr_utility.set_message_token('VALUE',p_batch_line_id);
465: hr_utility.raise_error;
466: end if;
467: --
468: if c.p70 is null then
469: L_ORG_PAYMENT_METHOD_ID:=nn;