DBA Data[Home] [Help]

APPS.PAY_FR_REBATES dependencies on FND_MESSAGE

Line 523: fnd_message.set_name('PAY','PAY_74918_SD_NO_CNU_DATA');

519: hr_utility.set_location('Entering pay_fr_rebates.contribution info = 0', 10);
520: return 0;
521: --
522: Exception when others then
523: fnd_message.set_name('PAY','PAY_74918_SD_NO_CNU_DATA');
524: fnd_message.set_token('ET',p_element_name);
525: fnd_message.set_token('PT',p_process_type);
526: fnd_message.set_token('UT',p_usage_type);
527: mesg := fnd_message.get;

Line 524: fnd_message.set_token('ET',p_element_name);

520: return 0;
521: --
522: Exception when others then
523: fnd_message.set_name('PAY','PAY_74918_SD_NO_CNU_DATA');
524: fnd_message.set_token('ET',p_element_name);
525: fnd_message.set_token('PT',p_process_type);
526: fnd_message.set_token('UT',p_usage_type);
527: mesg := fnd_message.get;
528: p_contribution_id := -1;

Line 525: fnd_message.set_token('PT',p_process_type);

521: --
522: Exception when others then
523: fnd_message.set_name('PAY','PAY_74918_SD_NO_CNU_DATA');
524: fnd_message.set_token('ET',p_element_name);
525: fnd_message.set_token('PT',p_process_type);
526: fnd_message.set_token('UT',p_usage_type);
527: mesg := fnd_message.get;
528: p_contribution_id := -1;
529: p_contribution_code := ' ';

Line 526: fnd_message.set_token('UT',p_usage_type);

522: Exception when others then
523: fnd_message.set_name('PAY','PAY_74918_SD_NO_CNU_DATA');
524: fnd_message.set_token('ET',p_element_name);
525: fnd_message.set_token('PT',p_process_type);
526: fnd_message.set_token('UT',p_usage_type);
527: mesg := fnd_message.get;
528: p_contribution_id := -1;
529: p_contribution_code := ' ';
530: hr_utility.set_location('Leaving pay_fr_rebates.contribution info = -1', 10);

Line 527: mesg := fnd_message.get;

523: fnd_message.set_name('PAY','PAY_74918_SD_NO_CNU_DATA');
524: fnd_message.set_token('ET',p_element_name);
525: fnd_message.set_token('PT',p_process_type);
526: fnd_message.set_token('UT',p_usage_type);
527: mesg := fnd_message.get;
528: p_contribution_id := -1;
529: p_contribution_code := ' ';
530: hr_utility.set_location('Leaving pay_fr_rebates.contribution info = -1', 10);
531: return -1;

Line 632: fnd_message.set_name('PAY', l_err);

628:
629: if l_err like 'PAY_7%' then
630: -- Returns either PAY_74972_PART_TIME_ELIG_ERROR
631: -- or PAY_79999_NO_AUBRY_II
632: fnd_message.set_name('PAY', l_err);
633: p_mesg := fnd_message.get;
634: hr_utility.set_location(' Returning -1',10);
635: return -1;
636: else

Line 633: p_mesg := fnd_message.get;

629: if l_err like 'PAY_7%' then
630: -- Returns either PAY_74972_PART_TIME_ELIG_ERROR
631: -- or PAY_79999_NO_AUBRY_II
632: fnd_message.set_name('PAY', l_err);
633: p_mesg := fnd_message.get;
634: hr_utility.set_location(' Returning -1',10);
635: return -1;
636: else
637:

Line 639: fnd_message.set_name('PAY',l_warn);

635: return -1;
636: else
637:
638: if l_warn = 'PAY_74972_PART_TIME_ELIG_WARN' then
639: fnd_message.set_name('PAY',l_warn);
640: p_mesg := fnd_message.get;
641: l_warn_flag := 'Y';
642: end if;
643:

Line 640: p_mesg := fnd_message.get;

636: else
637:
638: if l_warn = 'PAY_74972_PART_TIME_ELIG_WARN' then
639: fnd_message.set_name('PAY',l_warn);
640: p_mesg := fnd_message.get;
641: l_warn_flag := 'Y';
642: end if;
643:
644: if p_director_mesg = 'PAY_75081_REBATE_DIRECTOR_ELIG' then

Line 645: fnd_message.set_name('PAY', p_director_mesg);

641: l_warn_flag := 'Y';
642: end if;
643:
644: if p_director_mesg = 'PAY_75081_REBATE_DIRECTOR_ELIG' then
645: fnd_message.set_name('PAY', p_director_mesg);
646: p_director_mesg := fnd_message.get;
647: l_warn_flag := 'Y';
648: end if;
649:

Line 646: p_director_mesg := fnd_message.get;

642: end if;
643:
644: if p_director_mesg = 'PAY_75081_REBATE_DIRECTOR_ELIG' then
645: fnd_message.set_name('PAY', p_director_mesg);
646: p_director_mesg := fnd_message.get;
647: l_warn_flag := 'Y';
648: end if;
649:
650: if p_fillon_mesg = 'PAY_75082_FILLON_ESTAB_ELIG' then

Line 651: fnd_message.set_name('PAY', p_fillon_mesg);

647: l_warn_flag := 'Y';
648: end if;
649:
650: if p_fillon_mesg = 'PAY_75082_FILLON_ESTAB_ELIG' then
651: fnd_message.set_name('PAY', p_fillon_mesg);
652: p_fillon_mesg := fnd_message.get;
653: l_warn_flag := 'Y';
654: end if;
655:

Line 652: p_fillon_mesg := fnd_message.get;

648: end if;
649:
650: if p_fillon_mesg = 'PAY_75082_FILLON_ESTAB_ELIG' then
651: fnd_message.set_name('PAY', p_fillon_mesg);
652: p_fillon_mesg := fnd_message.get;
653: l_warn_flag := 'Y';
654: end if;
655:
656: if p_fillon_part_time_mesg = 'PAY_75083_FILLON_PART_TIME' then

Line 657: fnd_message.set_name('PAY', p_fillon_part_time_mesg);

653: l_warn_flag := 'Y';
654: end if;
655:
656: if p_fillon_part_time_mesg = 'PAY_75083_FILLON_PART_TIME' then
657: fnd_message.set_name('PAY', p_fillon_part_time_mesg);
658: p_fillon_part_time_mesg := fnd_message.get;
659: l_warn_flag := 'Y';
660: end if;
661:

Line 658: p_fillon_part_time_mesg := fnd_message.get;

654: end if;
655:
656: if p_fillon_part_time_mesg = 'PAY_75083_FILLON_PART_TIME' then
657: fnd_message.set_name('PAY', p_fillon_part_time_mesg);
658: p_fillon_part_time_mesg := fnd_message.get;
659: l_warn_flag := 'Y';
660: end if;
661:
662: if l_warn_flag = 'Y' then