DBA Data[Home] [Help]

APPS.HRDPP_CREATE_ELIGIBLE_PERSON dependencies on HR_UTILITY

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

652: hr_data_pump.entry('call');
653: open cr;
654: fetch cr into c;
655: if cr%notfound then
656: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
657: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
658: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
659: hr_utility.set_message_token('VALUE',p_batch_line_id);
660: hr_utility.raise_error;

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

653: open cr;
654: fetch cr into c;
655: if cr%notfound then
656: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
657: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
658: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
659: hr_utility.set_message_token('VALUE',p_batch_line_id);
660: hr_utility.raise_error;
661: end if;

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

654: fetch cr into c;
655: if cr%notfound then
656: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
657: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
658: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
659: hr_utility.set_message_token('VALUE',p_batch_line_id);
660: hr_utility.raise_error;
661: end if;
662: --

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

655: if cr%notfound then
656: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
657: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
658: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
659: hr_utility.set_message_token('VALUE',p_batch_line_id);
660: hr_utility.raise_error;
661: end if;
662: --
663: if upper(c.p91) = 'TRUE' then

Line 660: hr_utility.raise_error;

656: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
657: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
658: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
659: hr_utility.set_message_token('VALUE',p_batch_line_id);
660: hr_utility.raise_error;
661: end if;
662: --
663: if upper(c.p91) = 'TRUE' then
664: L_OVERRIDE_VALIDATION := true;

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

664: L_OVERRIDE_VALIDATION := true;
665: elsif upper(c.p91) = 'FALSE' then
666: L_OVERRIDE_VALIDATION := false;
667: elsif c.p91 is not null then
668: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
669: hr_utility.set_message_token('TYPE','BOOLEAN');
670: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');
671: hr_utility.set_message_token('VALUE',c.p91);
672: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

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

665: elsif upper(c.p91) = 'FALSE' then
666: L_OVERRIDE_VALIDATION := false;
667: elsif c.p91 is not null then
668: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
669: hr_utility.set_message_token('TYPE','BOOLEAN');
670: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');
671: hr_utility.set_message_token('VALUE',c.p91);
672: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
673: hr_utility.raise_error;

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

666: L_OVERRIDE_VALIDATION := false;
667: elsif c.p91 is not null then
668: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
669: hr_utility.set_message_token('TYPE','BOOLEAN');
670: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');
671: hr_utility.set_message_token('VALUE',c.p91);
672: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
673: hr_utility.raise_error;
674: end if;

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

667: elsif c.p91 is not null then
668: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
669: hr_utility.set_message_token('TYPE','BOOLEAN');
670: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');
671: hr_utility.set_message_token('VALUE',c.p91);
672: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
673: hr_utility.raise_error;
674: end if;
675: --

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

668: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
669: hr_utility.set_message_token('TYPE','BOOLEAN');
670: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');
671: hr_utility.set_message_token('VALUE',c.p91);
672: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
673: hr_utility.raise_error;
674: end if;
675: --
676: if c.p92 is null or

Line 673: hr_utility.raise_error;

669: hr_utility.set_message_token('TYPE','BOOLEAN');
670: hr_utility.set_message_token('PARAMETER','P_OVERRIDE_VALIDATION');
671: hr_utility.set_message_token('VALUE',c.p91);
672: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
673: hr_utility.raise_error;
674: end if;
675: --
676: if c.p92 is null or
677: c.p90 is null then