DBA Data[Home] [Help]

APPS.HRDPP_CREATE_IN_ORG_PAYMENT_ME dependencies on HR_UTILITY

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

462: hr_data_pump.entry('call');
463: open cr;
464: fetch cr into c;
465: if cr%notfound then
466: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
467: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
468: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
469: hr_utility.set_message_token('VALUE',p_batch_line_id);
470: hr_utility.raise_error;

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

463: open cr;
464: fetch cr into c;
465: if cr%notfound then
466: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
467: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
468: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
469: hr_utility.set_message_token('VALUE',p_batch_line_id);
470: hr_utility.raise_error;
471: end if;

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

464: fetch cr into c;
465: if cr%notfound then
466: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
467: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
468: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
469: hr_utility.set_message_token('VALUE',p_batch_line_id);
470: hr_utility.raise_error;
471: end if;
472: --

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

465: if cr%notfound then
466: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
467: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
468: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
469: hr_utility.set_message_token('VALUE',p_batch_line_id);
470: hr_utility.raise_error;
471: end if;
472: --
473: if c.p72 is null then

Line 470: hr_utility.raise_error;

466: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
467: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
468: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
469: hr_utility.set_message_token('VALUE',p_batch_line_id);
470: hr_utility.raise_error;
471: end if;
472: --
473: if c.p72 is null then
474: L_PAYMENT_TYPE_ID:=nn;