DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BEN_ASG dependencies on HR_UTILITY

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

571: hr_data_pump.entry('call');
572: open cr;
573: fetch cr into c;
574: if cr%notfound then
575: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
576: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
577: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
578: hr_utility.set_message_token('VALUE',p_batch_line_id);
579: hr_utility.raise_error;

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

572: open cr;
573: fetch cr into c;
574: if cr%notfound then
575: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
576: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
577: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
578: hr_utility.set_message_token('VALUE',p_batch_line_id);
579: hr_utility.raise_error;
580: end if;

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

573: fetch cr into c;
574: if cr%notfound then
575: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
576: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
577: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
578: hr_utility.set_message_token('VALUE',p_batch_line_id);
579: hr_utility.raise_error;
580: end if;
581: --

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

574: if cr%notfound then
575: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
576: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
577: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
578: hr_utility.set_message_token('VALUE',p_batch_line_id);
579: hr_utility.raise_error;
580: end if;
581: --
582: if upper(c.p1) = 'TRUE' then

Line 579: hr_utility.raise_error;

575: hr_utility.set_message(800,'HR_50326_DP_NO_ROW');
576: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
577: hr_utility.set_message_token('COLUMN','P_BATCH_LINE_ID');
578: hr_utility.set_message_token('VALUE',p_batch_line_id);
579: hr_utility.raise_error;
580: end if;
581: --
582: if upper(c.p1) = 'TRUE' then
583: L_EVENT_MODE := true;

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

583: L_EVENT_MODE := true;
584: elsif upper(c.p1) = 'FALSE' then
585: L_EVENT_MODE := false;
586: elsif c.p1 is not null then
587: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
588: hr_utility.set_message_token('TYPE','BOOLEAN');
589: hr_utility.set_message_token('PARAMETER','P_EVENT_MODE');
590: hr_utility.set_message_token('VALUE',c.p1);
591: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');

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

584: elsif upper(c.p1) = 'FALSE' then
585: L_EVENT_MODE := false;
586: elsif c.p1 is not null then
587: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
588: hr_utility.set_message_token('TYPE','BOOLEAN');
589: hr_utility.set_message_token('PARAMETER','P_EVENT_MODE');
590: hr_utility.set_message_token('VALUE',c.p1);
591: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
592: hr_utility.raise_error;

Line 589: hr_utility.set_message_token('PARAMETER','P_EVENT_MODE');

585: L_EVENT_MODE := false;
586: elsif c.p1 is not null then
587: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
588: hr_utility.set_message_token('TYPE','BOOLEAN');
589: hr_utility.set_message_token('PARAMETER','P_EVENT_MODE');
590: hr_utility.set_message_token('VALUE',c.p1);
591: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
592: hr_utility.raise_error;
593: end if;

Line 590: hr_utility.set_message_token('VALUE',c.p1);

586: elsif c.p1 is not null then
587: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
588: hr_utility.set_message_token('TYPE','BOOLEAN');
589: hr_utility.set_message_token('PARAMETER','P_EVENT_MODE');
590: hr_utility.set_message_token('VALUE',c.p1);
591: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
592: hr_utility.raise_error;
593: end if;
594: --

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

587: hr_utility.set_message(800,'HR_50327_DP_TYPE_ERR');
588: hr_utility.set_message_token('TYPE','BOOLEAN');
589: hr_utility.set_message_token('PARAMETER','P_EVENT_MODE');
590: hr_utility.set_message_token('VALUE',c.p1);
591: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
592: hr_utility.raise_error;
593: end if;
594: --
595: if c.p71 is null then

Line 592: hr_utility.raise_error;

588: hr_utility.set_message_token('TYPE','BOOLEAN');
589: hr_utility.set_message_token('PARAMETER','P_EVENT_MODE');
590: hr_utility.set_message_token('VALUE',c.p1);
591: hr_utility.set_message_token('TABLE','HR_PUMP_BATCH_LINES');
592: hr_utility.raise_error;
593: end if;
594: --
595: if c.p71 is null then
596: L_PERSON_ID:=nn;