DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PRTT_ENRT_RESULT dependencies on HR_UTILITY

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

505: hr_data_pump.entry('call');
506: open cr;
507: fetch cr into c;
508: if cr%notfound then
509: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
510: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
511: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
512: hr_utility.set_message_token('VALUE',p_batch_line_id);
513: hr_utility.raise_error;

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

506: open cr;
507: fetch cr into c;
508: if cr%notfound then
509: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
510: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
511: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
512: hr_utility.set_message_token('VALUE',p_batch_line_id);
513: hr_utility.raise_error;
514: end if;

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

507: fetch cr into c;
508: if cr%notfound then
509: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
510: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
511: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
512: hr_utility.set_message_token('VALUE',p_batch_line_id);
513: hr_utility.raise_error;
514: end if;
515: --

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

508: if cr%notfound then
509: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
510: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
511: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
512: hr_utility.set_message_token('VALUE',p_batch_line_id);
513: hr_utility.raise_error;
514: end if;
515: --
516: if upper(c.p58) = 'TRUE' then

Line 513: hr_utility.raise_error;

509: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
510: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
511: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
512: hr_utility.set_message_token('VALUE',p_batch_line_id);
513: hr_utility.raise_error;
514: end if;
515: --
516: if upper(c.p58) = 'TRUE' then
517: L_MULTI_ROW_VALIDATE := true;

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

517: L_MULTI_ROW_VALIDATE := true;
518: elsif upper(c.p58) = 'FALSE' then
519: L_MULTI_ROW_VALIDATE := false;
520: elsif c.p58 is not null then
521: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
522: hr_utility.set_message_token('TYPE','BOOLEAN');
523: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
524: hr_utility.set_message_token('VALUE',c.p58);
525: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

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

518: elsif upper(c.p58) = 'FALSE' then
519: L_MULTI_ROW_VALIDATE := false;
520: elsif c.p58 is not null then
521: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
522: hr_utility.set_message_token('TYPE','BOOLEAN');
523: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
524: hr_utility.set_message_token('VALUE',c.p58);
525: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
526: hr_utility.raise_error;

Line 523: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');

519: L_MULTI_ROW_VALIDATE := false;
520: elsif c.p58 is not null then
521: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
522: hr_utility.set_message_token('TYPE','BOOLEAN');
523: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
524: hr_utility.set_message_token('VALUE',c.p58);
525: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
526: hr_utility.raise_error;
527: end if;

Line 524: hr_utility.set_message_token('VALUE',c.p58);

520: elsif c.p58 is not null then
521: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
522: hr_utility.set_message_token('TYPE','BOOLEAN');
523: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
524: hr_utility.set_message_token('VALUE',c.p58);
525: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
526: hr_utility.raise_error;
527: end if;
528: --

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

521: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
522: hr_utility.set_message_token('TYPE','BOOLEAN');
523: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
524: hr_utility.set_message_token('VALUE',c.p58);
525: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
526: hr_utility.raise_error;
527: end if;
528: --
529: if c.p59 is null then

Line 526: hr_utility.raise_error;

522: hr_utility.set_message_token('TYPE','BOOLEAN');
523: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
524: hr_utility.set_message_token('VALUE',c.p58);
525: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
526: hr_utility.raise_error;
527: end if;
528: --
529: if c.p59 is null then
530: L_PRTT_ENRT_RSLT_ID:=nn;