DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ELIG_PERSON_OPTIO dependencies on HR_UTILITY

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

577: hr_data_pump.entry('call');
578: open cr;
579: fetch cr into c;
580: if cr%notfound then
581: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
582: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
583: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
584: hr_utility.set_message_token('VALUE',p_batch_line_id);
585: hr_utility.raise_error;

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

578: open cr;
579: fetch cr into c;
580: if cr%notfound then
581: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
582: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
583: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
584: hr_utility.set_message_token('VALUE',p_batch_line_id);
585: hr_utility.raise_error;
586: end if;

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

579: fetch cr into c;
580: if cr%notfound then
581: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
582: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
583: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
584: hr_utility.set_message_token('VALUE',p_batch_line_id);
585: hr_utility.raise_error;
586: end if;
587: --

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

580: if cr%notfound then
581: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
582: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
583: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
584: hr_utility.set_message_token('VALUE',p_batch_line_id);
585: hr_utility.raise_error;
586: end if;
587: --
588: if upper(c.p81) = 'TRUE' then

Line 585: hr_utility.raise_error;

581: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
582: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
583: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
584: hr_utility.set_message_token('VALUE',p_batch_line_id);
585: hr_utility.raise_error;
586: end if;
587: --
588: if upper(c.p81) = 'TRUE' then
589: L_OVERRIDE_VALIDATION := true;

Line 593: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');

589: L_OVERRIDE_VALIDATION := true;
590: elsif upper(c.p81) = 'FALSE' then
591: L_OVERRIDE_VALIDATION := false;
592: elsif c.p81 is not null then
593: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
594: hr_utility.set_message_token('TYPE','BOOLEAN');
595: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');
596: hr_utility.set_message_token('VALUE',c.p81);
597: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

Line 594: hr_utility.set_message_token('TYPE','BOOLEAN');

590: elsif upper(c.p81) = 'FALSE' then
591: L_OVERRIDE_VALIDATION := false;
592: elsif c.p81 is not null then
593: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
594: hr_utility.set_message_token('TYPE','BOOLEAN');
595: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');
596: hr_utility.set_message_token('VALUE',c.p81);
597: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
598: hr_utility.raise_error;

Line 595: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');

591: L_OVERRIDE_VALIDATION := false;
592: elsif c.p81 is not null then
593: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
594: hr_utility.set_message_token('TYPE','BOOLEAN');
595: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');
596: hr_utility.set_message_token('VALUE',c.p81);
597: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
598: hr_utility.raise_error;
599: end if;

Line 596: hr_utility.set_message_token('VALUE',c.p81);

592: elsif c.p81 is not null then
593: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
594: hr_utility.set_message_token('TYPE','BOOLEAN');
595: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');
596: hr_utility.set_message_token('VALUE',c.p81);
597: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
598: hr_utility.raise_error;
599: end if;
600: --

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

593: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
594: hr_utility.set_message_token('TYPE','BOOLEAN');
595: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');
596: hr_utility.set_message_token('VALUE',c.p81);
597: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
598: hr_utility.raise_error;
599: end if;
600: --
601: if c.p82 is null then

Line 598: hr_utility.raise_error;

594: hr_utility.set_message_token('TYPE','BOOLEAN');
595: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');
596: hr_utility.set_message_token('VALUE',c.p81);
597: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
598: hr_utility.raise_error;
599: end if;
600: --
601: if c.p82 is null then
602: L_ELIG_PER_ID:=nn;