DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PRTT_ENRT_RESULT dependencies on HR_UTILITY

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

489: hr_data_pump.entry('call');
490: open cr;
491: fetch cr into c;
492: if cr%notfound then
493: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
494: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
495: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
496: hr_utility.set_message_token('VALUE',p_batch_line_id);
497: hr_utility.raise_error;

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

490: open cr;
491: fetch cr into c;
492: if cr%notfound then
493: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
494: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
495: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
496: hr_utility.set_message_token('VALUE',p_batch_line_id);
497: hr_utility.raise_error;
498: end if;

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

491: fetch cr into c;
492: if cr%notfound then
493: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
494: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
495: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
496: hr_utility.set_message_token('VALUE',p_batch_line_id);
497: hr_utility.raise_error;
498: end if;
499: --

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

492: if cr%notfound then
493: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
494: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
495: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
496: hr_utility.set_message_token('VALUE',p_batch_line_id);
497: hr_utility.raise_error;
498: end if;
499: --
500: if upper(c.p59) = 'TRUE' then

Line 497: hr_utility.raise_error;

493: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
494: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
495: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
496: hr_utility.set_message_token('VALUE',p_batch_line_id);
497: hr_utility.raise_error;
498: end if;
499: --
500: if upper(c.p59) = 'TRUE' then
501: L_MULTI_ROW_VALIDATE := true;

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

501: L_MULTI_ROW_VALIDATE := true;
502: elsif upper(c.p59) = 'FALSE' then
503: L_MULTI_ROW_VALIDATE := false;
504: elsif c.p59 is not null then
505: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
506: hr_utility.set_message_token('TYPE','BOOLEAN');
507: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
508: hr_utility.set_message_token('VALUE',c.p59);
509: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

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

502: elsif upper(c.p59) = 'FALSE' then
503: L_MULTI_ROW_VALIDATE := false;
504: elsif c.p59 is not null then
505: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
506: hr_utility.set_message_token('TYPE','BOOLEAN');
507: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
508: hr_utility.set_message_token('VALUE',c.p59);
509: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
510: hr_utility.raise_error;

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

503: L_MULTI_ROW_VALIDATE := false;
504: elsif c.p59 is not null then
505: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
506: hr_utility.set_message_token('TYPE','BOOLEAN');
507: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
508: hr_utility.set_message_token('VALUE',c.p59);
509: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
510: hr_utility.raise_error;
511: end if;

Line 508: hr_utility.set_message_token('VALUE',c.p59);

504: elsif c.p59 is not null then
505: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
506: hr_utility.set_message_token('TYPE','BOOLEAN');
507: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
508: hr_utility.set_message_token('VALUE',c.p59);
509: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
510: hr_utility.raise_error;
511: end if;
512: --

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

505: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
506: hr_utility.set_message_token('TYPE','BOOLEAN');
507: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
508: hr_utility.set_message_token('VALUE',c.p59);
509: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
510: hr_utility.raise_error;
511: end if;
512: --
513: if c.p60 is null then

Line 510: hr_utility.raise_error;

506: hr_utility.set_message_token('TYPE','BOOLEAN');
507: hr_utility.set_message_token('PARAMETER','P_MULTI_ROW_VALIDATE');
508: hr_utility.set_message_token('VALUE',c.p59);
509: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
510: hr_utility.raise_error;
511: end if;
512: --
513: if c.p60 is null then
514: L_OIPL_ID:=nn;