DBA Data[Home] [Help]

APPS.HR_DE_ORGANIZATION_UPLOAD dependencies on FND_MESSAGE

Line 466: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_EXISTS');

462: --
463: --
464: -- Write out status line e.g. Tax office already exists.
465: --
466: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_EXISTS');
467: fnd_file.put_line(fnd_file.output, fnd_message.get);
468: fnd_file.put_line(fnd_file.output, '');
469: --
470: --

Line 467: fnd_file.put_line(fnd_file.output, fnd_message.get);

463: --
464: -- Write out status line e.g. Tax office already exists.
465: --
466: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_EXISTS');
467: fnd_file.put_line(fnd_file.output, fnd_message.get);
468: fnd_file.put_line(fnd_file.output, '');
469: --
470: --
471: -- Name does not match.

Line 480: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_CODE_MATCHES');

476: -- Write out status line e.g.
477: --
478: -- The tax office <> already exists with this tax office code.
479: --
480: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_CODE_MATCHES');
481: fnd_message.set_token('NAME', l_tax_office_list(l_loop_index).name);
482: fnd_file.put_line(fnd_file.output, fnd_message.get);
483: fnd_file.put_line(fnd_file.output, '');
484: END IF;

Line 481: fnd_message.set_token('NAME', l_tax_office_list(l_loop_index).name);

477: --
478: -- The tax office <> already exists with this tax office code.
479: --
480: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_CODE_MATCHES');
481: fnd_message.set_token('NAME', l_tax_office_list(l_loop_index).name);
482: fnd_file.put_line(fnd_file.output, fnd_message.get);
483: fnd_file.put_line(fnd_file.output, '');
484: END IF;
485: END LOOP;

Line 482: fnd_file.put_line(fnd_file.output, fnd_message.get);

478: -- The tax office <> already exists with this tax office code.
479: --
480: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_CODE_MATCHES');
481: fnd_message.set_token('NAME', l_tax_office_list(l_loop_index).name);
482: fnd_file.put_line(fnd_file.output, fnd_message.get);
483: fnd_file.put_line(fnd_file.output, '');
484: END IF;
485: END LOOP;
486: END IF;

Line 518: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_NAME_MATCHES');

514: --
515: -- A tax office with this name already exists but the tax office
516: -- code does not match.
517: --
518: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_NAME_MATCHES');
519: fnd_file.put_line(fnd_file.output, fnd_message.get);
520: fnd_file.put_line(fnd_file.output, '');
521: --
522: --

Line 519: fnd_file.put_line(fnd_file.output, fnd_message.get);

515: -- A tax office with this name already exists but the tax office
516: -- code does not match.
517: --
518: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_NAME_MATCHES');
519: fnd_file.put_line(fnd_file.output, fnd_message.get);
520: fnd_file.put_line(fnd_file.output, '');
521: --
522: --
523: -- Organization is not a tax office.

Line 532: fnd_message.set_name('PER', 'HR_DE_NOT_A_TAX_OFFICE');

528: -- Write out status line e.g.
529: --
530: -- An organization with this name already exists but it is not a tax office
531: --
532: fnd_message.set_name('PER', 'HR_DE_NOT_A_TAX_OFFICE');
533: fnd_file.put_line(fnd_file.output, fnd_message.get);
534: fnd_file.put_line(fnd_file.output, '');
535: END IF;
536: END IF;

Line 533: fnd_file.put_line(fnd_file.output, fnd_message.get);

529: --
530: -- An organization with this name already exists but it is not a tax office
531: --
532: fnd_message.set_name('PER', 'HR_DE_NOT_A_TAX_OFFICE');
533: fnd_file.put_line(fnd_file.output, fnd_message.get);
534: fnd_file.put_line(fnd_file.output, '');
535: END IF;
536: END IF;
537: END IF;

Line 563: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_CREATED');

559: --
560: --
561: -- Write out status line e.g. Tax office has been created.
562: --
563: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_CREATED');
564: fnd_file.put_line(fnd_file.output, fnd_message.get);
565: fnd_file.put_line(fnd_file.output, '');
566: --
567: --

Line 564: fnd_file.put_line(fnd_file.output, fnd_message.get);

560: --
561: -- Write out status line e.g. Tax office has been created.
562: --
563: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_CREATED');
564: fnd_file.put_line(fnd_file.output, fnd_message.get);
565: fnd_file.put_line(fnd_file.output, '');
566: --
567: --
568: -- Running in analyse mode so only report the fact that the

Line 576: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_POSSIBLE');

572: --
573: --
574: -- Write out status line e.g. Tax office can been created.
575: --
576: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_POSSIBLE');
577: fnd_file.put_line(fnd_file.output, fnd_message.get);
578: fnd_file.put_line(fnd_file.output, '');
579: END IF;
580: END IF;

Line 577: fnd_file.put_line(fnd_file.output, fnd_message.get);

573: --
574: -- Write out status line e.g. Tax office can been created.
575: --
576: fnd_message.set_name('PER', 'HR_DE_TAX_OFFICE_POSSIBLE');
577: fnd_file.put_line(fnd_file.output, fnd_message.get);
578: fnd_file.put_line(fnd_file.output, '');
579: END IF;
580: END IF;
581: END process_tax_office;

Line 636: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_EXISTS');

632: --
633: --
634: -- Write out status line e.g. The social insurance provider already exists.
635: --
636: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_EXISTS');
637: fnd_file.put_line(fnd_file.output, fnd_message.get);
638: fnd_file.put_line(fnd_file.output, '');
639: --
640: --

Line 637: fnd_file.put_line(fnd_file.output, fnd_message.get);

633: --
634: -- Write out status line e.g. The social insurance provider already exists.
635: --
636: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_EXISTS');
637: fnd_file.put_line(fnd_file.output, fnd_message.get);
638: fnd_file.put_line(fnd_file.output, '');
639: --
640: --
641: -- Organization is not a social insurance provider of this type.

Line 648: fnd_message.set_name('PER', 'HR_DE_NOT_A_SOCINS_PROV');

644: --
645: --
646: -- Write out status line e.g. An organization with this name already exists but it is not a <>.
647: --
648: fnd_message.set_name('PER', 'HR_DE_NOT_A_SOCINS_PROV');
649: fnd_message.set_token('TYPE', p_soc_ins_prov_rec.provider_type_description);
650: fnd_file.put_line(fnd_file.output, fnd_message.get);
651: fnd_file.put_line(fnd_file.output, '');
652: END IF;

Line 649: fnd_message.set_token('TYPE', p_soc_ins_prov_rec.provider_type_description);

645: --
646: -- Write out status line e.g. An organization with this name already exists but it is not a <>.
647: --
648: fnd_message.set_name('PER', 'HR_DE_NOT_A_SOCINS_PROV');
649: fnd_message.set_token('TYPE', p_soc_ins_prov_rec.provider_type_description);
650: fnd_file.put_line(fnd_file.output, fnd_message.get);
651: fnd_file.put_line(fnd_file.output, '');
652: END IF;
653: END IF;

Line 650: fnd_file.put_line(fnd_file.output, fnd_message.get);

646: -- Write out status line e.g. An organization with this name already exists but it is not a <>.
647: --
648: fnd_message.set_name('PER', 'HR_DE_NOT_A_SOCINS_PROV');
649: fnd_message.set_token('TYPE', p_soc_ins_prov_rec.provider_type_description);
650: fnd_file.put_line(fnd_file.output, fnd_message.get);
651: fnd_file.put_line(fnd_file.output, '');
652: END IF;
653: END IF;
654: --

Line 682: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_CREATED');

678: --
679: --
680: -- Write out status line e.g. Social insurance provider has been created.
681: --
682: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_CREATED');
683: fnd_file.put_line(fnd_file.output, fnd_message.get);
684: fnd_file.put_line(fnd_file.output, '');
685: --
686: --

Line 683: fnd_file.put_line(fnd_file.output, fnd_message.get);

679: --
680: -- Write out status line e.g. Social insurance provider has been created.
681: --
682: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_CREATED');
683: fnd_file.put_line(fnd_file.output, fnd_message.get);
684: fnd_file.put_line(fnd_file.output, '');
685: --
686: --
687: -- Running in analyse mode so only report the fact that the

Line 695: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_POSSIBLE');

691: --
692: --
693: -- Write out status line e.g. Social insurance provider can been created.
694: --
695: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_POSSIBLE');
696: fnd_file.put_line(fnd_file.output, fnd_message.get);
697: fnd_file.put_line(fnd_file.output, '');
698: END IF;
699: END IF;

Line 696: fnd_file.put_line(fnd_file.output, fnd_message.get);

692: --
693: -- Write out status line e.g. Social insurance provider can been created.
694: --
695: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_POSSIBLE');
696: fnd_file.put_line(fnd_file.output, fnd_message.get);
697: fnd_file.put_line(fnd_file.output, '');
698: END IF;
699: END IF;
700: END process_soc_ins_provider;

Line 768: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_EXISTS');

764: --
765: --
766: -- Write out status line e.g. Social insurance provider already exists.
767: --
768: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_EXISTS');
769: fnd_file.put_line(fnd_file.output, fnd_message.get);
770: fnd_file.put_line(fnd_file.output, '');
771: --
772: --

Line 769: fnd_file.put_line(fnd_file.output, fnd_message.get);

765: --
766: -- Write out status line e.g. Social insurance provider already exists.
767: --
768: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_EXISTS');
769: fnd_file.put_line(fnd_file.output, fnd_message.get);
770: fnd_file.put_line(fnd_file.output, '');
771: --
772: --
773: -- Name does not match.

Line 782: fnd_message.set_name('PER', 'HR_DE_SOCINS_BETRIEBS_MATCHES');

778: -- Write out status line e.g.
779: --
780: -- The social insurance provider <> already exists with these betriebsnummers.
781: --
782: fnd_message.set_name('PER', 'HR_DE_SOCINS_BETRIEBS_MATCHES');
783: fnd_message.set_token('NAME', l_mand_health_prov_list(l_loop_index).name);
784: fnd_file.put_line(fnd_file.output, fnd_message.get);
785: fnd_file.put_line(fnd_file.output, '');
786: END IF;

Line 783: fnd_message.set_token('NAME', l_mand_health_prov_list(l_loop_index).name);

779: --
780: -- The social insurance provider <> already exists with these betriebsnummers.
781: --
782: fnd_message.set_name('PER', 'HR_DE_SOCINS_BETRIEBS_MATCHES');
783: fnd_message.set_token('NAME', l_mand_health_prov_list(l_loop_index).name);
784: fnd_file.put_line(fnd_file.output, fnd_message.get);
785: fnd_file.put_line(fnd_file.output, '');
786: END IF;
787: END LOOP;

Line 784: fnd_file.put_line(fnd_file.output, fnd_message.get);

780: -- The social insurance provider <> already exists with these betriebsnummers.
781: --
782: fnd_message.set_name('PER', 'HR_DE_SOCINS_BETRIEBS_MATCHES');
783: fnd_message.set_token('NAME', l_mand_health_prov_list(l_loop_index).name);
784: fnd_file.put_line(fnd_file.output, fnd_message.get);
785: fnd_file.put_line(fnd_file.output, '');
786: END IF;
787: END LOOP;
788: END IF;

Line 820: fnd_message.set_name('PER', 'HR_DE_SOCINS_NAME_MATCHES');

816: --
817: -- A social insurance provider with this name already exists but the east
818: -- and west betriebsnummers do not match.
819: --
820: fnd_message.set_name('PER', 'HR_DE_SOCINS_NAME_MATCHES');
821: fnd_file.put_line(fnd_file.output, fnd_message.get);
822: fnd_file.put_line(fnd_file.output, '');
823: --
824: --

Line 821: fnd_file.put_line(fnd_file.output, fnd_message.get);

817: -- A social insurance provider with this name already exists but the east
818: -- and west betriebsnummers do not match.
819: --
820: fnd_message.set_name('PER', 'HR_DE_SOCINS_NAME_MATCHES');
821: fnd_file.put_line(fnd_file.output, fnd_message.get);
822: fnd_file.put_line(fnd_file.output, '');
823: --
824: --
825: -- Organization is not a mandatory health provider.

Line 832: fnd_message.set_name('PER', 'HR_DE_NOT_A_SOCINS_PROV');

828: --
829: --
830: -- Write out status line e.g. An organization with this name already exists but it is not a <>.
831: --
832: fnd_message.set_name('PER', 'HR_DE_NOT_A_SOCINS_PROV');
833: fnd_message.set_token('TYPE', p_soc_ins_prov_rec.provider_type_description);
834: fnd_file.put_line(fnd_file.output, fnd_message.get);
835: fnd_file.put_line(fnd_file.output, '');
836: END IF;

Line 833: fnd_message.set_token('TYPE', p_soc_ins_prov_rec.provider_type_description);

829: --
830: -- Write out status line e.g. An organization with this name already exists but it is not a <>.
831: --
832: fnd_message.set_name('PER', 'HR_DE_NOT_A_SOCINS_PROV');
833: fnd_message.set_token('TYPE', p_soc_ins_prov_rec.provider_type_description);
834: fnd_file.put_line(fnd_file.output, fnd_message.get);
835: fnd_file.put_line(fnd_file.output, '');
836: END IF;
837: END IF;

Line 834: fnd_file.put_line(fnd_file.output, fnd_message.get);

830: -- Write out status line e.g. An organization with this name already exists but it is not a <>.
831: --
832: fnd_message.set_name('PER', 'HR_DE_NOT_A_SOCINS_PROV');
833: fnd_message.set_token('TYPE', p_soc_ins_prov_rec.provider_type_description);
834: fnd_file.put_line(fnd_file.output, fnd_message.get);
835: fnd_file.put_line(fnd_file.output, '');
836: END IF;
837: END IF;
838: END IF;

Line 867: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_CREATED');

863: --
864: --
865: -- Write out status line e.g. Social insurance provider has been created.
866: --
867: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_CREATED');
868: fnd_file.put_line(fnd_file.output, fnd_message.get);
869: fnd_file.put_line(fnd_file.output, '');
870: --
871: --

Line 868: fnd_file.put_line(fnd_file.output, fnd_message.get);

864: --
865: -- Write out status line e.g. Social insurance provider has been created.
866: --
867: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_CREATED');
868: fnd_file.put_line(fnd_file.output, fnd_message.get);
869: fnd_file.put_line(fnd_file.output, '');
870: --
871: --
872: -- Running in analyse mode so only report the fact that the

Line 880: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_POSSIBLE');

876: --
877: --
878: -- Write out status line e.g. Social insurance provider can been created.
879: --
880: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_POSSIBLE');
881: fnd_file.put_line(fnd_file.output, fnd_message.get);
882: fnd_file.put_line(fnd_file.output, '');
883: END IF;
884: END IF;

Line 881: fnd_file.put_line(fnd_file.output, fnd_message.get);

877: --
878: -- Write out status line e.g. Social insurance provider can been created.
879: --
880: fnd_message.set_name('PER', 'HR_DE_SOCINS_PROV_POSSIBLE');
881: fnd_file.put_line(fnd_file.output, fnd_message.get);
882: fnd_file.put_line(fnd_file.output, '');
883: END IF;
884: END IF;
885: END process_mand_health_provider;