DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ELIGIBLE_PERSON dependencies on HR_UTILITY

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

664: hr_data_pump.entry('call');
665: open cr;
666: fetch cr into c;
667: if cr%notfound then
668: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
669: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
670: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
671: hr_utility.set_message_token('VALUE',p_batch_line_id);
672: hr_utility.raise_error;

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

665: open cr;
666: fetch cr into c;
667: if cr%notfound then
668: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
669: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
670: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
671: hr_utility.set_message_token('VALUE',p_batch_line_id);
672: hr_utility.raise_error;
673: end if;

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

666: fetch cr into c;
667: if cr%notfound then
668: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
669: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
670: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
671: hr_utility.set_message_token('VALUE',p_batch_line_id);
672: hr_utility.raise_error;
673: end if;
674: --

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

667: if cr%notfound then
668: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
669: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
670: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
671: hr_utility.set_message_token('VALUE',p_batch_line_id);
672: hr_utility.raise_error;
673: end if;
674: --
675: if c.p90 is null then

Line 672: hr_utility.raise_error;

668: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
669: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
670: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
671: hr_utility.set_message_token('VALUE',p_batch_line_id);
672: hr_utility.raise_error;
673: end if;
674: --
675: if c.p90 is null then
676: L_ELIG_PER_ID:=nn;