DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on FND_FILE

Line 535: fnd_file.put_line(which => fnd_file.log

531: benutils.get_batch_parameters
532: (p_benefit_action_id => g_parm.benefit_action_id,
533: p_rec => l_rec);
534: --
535: fnd_file.put_line(which => fnd_file.log
536: ,buff => 'Runtime Parameters');
537: --
538: fnd_file.put_line(which => fnd_file.log
539: ,buff => '------------------');

Line 538: fnd_file.put_line(which => fnd_file.log

534: --
535: fnd_file.put_line(which => fnd_file.log
536: ,buff => 'Runtime Parameters');
537: --
538: fnd_file.put_line(which => fnd_file.log
539: ,buff => '------------------');
540: --
541: fnd_file.put_line(which => fnd_file.log
542: ,buff => 'Benefit Action ID : '||

Line 541: fnd_file.put_line(which => fnd_file.log

537: --
538: fnd_file.put_line(which => fnd_file.log
539: ,buff => '------------------');
540: --
541: fnd_file.put_line(which => fnd_file.log
542: ,buff => 'Benefit Action ID : '||
543: benutils.iftrue
544: (p_expression => g_parm.benefit_action_id is null
545: ,p_true => 'NONE'

Line 548: fnd_file.put_line(which => fnd_file.log

544: (p_expression => g_parm.benefit_action_id is null
545: ,p_true => 'NONE'
546: ,p_false => g_parm.benefit_action_id));
547: --
548: fnd_file.put_line(which => fnd_file.log
549: ,buff => 'Validation Mode : '||
550: hr_general.decode_lookup('YES_NO',g_parm.validate_flag));
551: --
552: fnd_file.put_line(which => fnd_file.log

Line 552: fnd_file.put_line(which => fnd_file.log

548: fnd_file.put_line(which => fnd_file.log
549: ,buff => 'Validation Mode : '||
550: hr_general.decode_lookup('YES_NO',g_parm.validate_flag));
551: --
552: fnd_file.put_line(which => fnd_file.log
553: ,buff => 'Effective Date : '||
554: to_char(g_parm.effective_date,'DD-MON-YYYY'));
555: --
556: fnd_file.put_line(which => fnd_file.log

Line 556: fnd_file.put_line(which => fnd_file.log

552: fnd_file.put_line(which => fnd_file.log
553: ,buff => 'Effective Date : '||
554: to_char(g_parm.effective_date,'DD-MON-YYYY'));
555: --
556: fnd_file.put_line(which => fnd_file.log
557: ,buff => 'Business Group ID : '||
558: g_parm.business_group_id);
559: --
560: fnd_file.put_line(which => fnd_file.log

Line 560: fnd_file.put_line(which => fnd_file.log

556: fnd_file.put_line(which => fnd_file.log
557: ,buff => 'Business Group ID : '||
558: g_parm.business_group_id);
559: --
560: fnd_file.put_line(which => fnd_file.log
561: ,buff => 'Run Mode : ' ||
562: hr_general.decode_lookup('BEN_BENTMPCM_MD',g_parm.mode_cd));
563: --
564: fnd_file.put_line(which => fnd_file.log

Line 564: fnd_file.put_line(which => fnd_file.log

560: fnd_file.put_line(which => fnd_file.log
561: ,buff => 'Run Mode : ' ||
562: hr_general.decode_lookup('BEN_BENTMPCM_MD',g_parm.mode_cd));
563: --
564: fnd_file.put_line(which => fnd_file.log
565: ,buff => 'Comm Trigger Type Code : ' ||
566: benutils.iftrue
567: (p_expression => g_parm.cm_trgr_typ_cd is null
568: ,p_true => 'All'

Line 571: fnd_file.put_line(which => fnd_file.log

567: (p_expression => g_parm.cm_trgr_typ_cd is null
568: ,p_true => 'All'
569: ,p_false => g_parm.cm_trgr_typ_cd));
570: --
571: fnd_file.put_line(which => fnd_file.log
572: ,buff => 'Communication Type ID : ' ||
573: benutils.iftrue
574: (p_expression => g_parm.cm_typ_id is null
575: ,p_true => 'All'

Line 578: fnd_file.put_line(which => fnd_file.log

574: (p_expression => g_parm.cm_typ_id is null
575: ,p_true => 'All'
576: ,p_false => g_parm.cm_typ_id));
577: --
578: fnd_file.put_line(which => fnd_file.log
579: ,buff => 'Person ID : ' ||
580: benutils.iftrue
581: (p_expression => g_parm.person_id is null
582: ,p_true => 'All'

Line 585: fnd_file.put_line(which => fnd_file.log

581: (p_expression => g_parm.person_id is null
582: ,p_true => 'All'
583: ,p_false => g_parm.person_id));
584: --
585: fnd_file.put_line(which => fnd_file.log
586: ,buff => 'Person Type ID : ' ||
587: benutils.iftrue
588: (p_expression => g_parm.person_type_id is null
589: ,p_true => 'All'

Line 592: fnd_file.put_line(which => fnd_file.log

588: (p_expression => g_parm.person_type_id is null
589: ,p_true => 'All'
590: ,p_false => g_parm.person_type_id));
591: --
592: fnd_file.put_line(which => fnd_file.log
593: ,buff => 'Person Selection Rule : ' ||
594: benutils.iftrue
595: (p_expression => g_parm.person_sel_rl is null
596: ,p_true => 'All'

Line 599: fnd_file.put_line(which => fnd_file.log

595: (p_expression => g_parm.person_sel_rl is null
596: ,p_true => 'All'
597: ,p_false => g_parm.person_sel_rl));
598: --
599: fnd_file.put_line(which => fnd_file.log
600: ,buff => 'Organization ID : ' ||
601: benutils.iftrue
602: (p_expression => g_parm.organization_id is null
603: ,p_true => 'All'

Line 606: fnd_file.put_line(which => fnd_file.log

602: (p_expression => g_parm.organization_id is null
603: ,p_true => 'All'
604: ,p_false => g_parm.organization_id));
605: --
606: fnd_file.put_line(which => fnd_file.log
607: ,buff => 'Location ID : ' ||
608: benutils.iftrue
609: (p_expression => g_parm.location_id is null
610: ,p_true => 'All'

Line 613: fnd_file.put_line(which => fnd_file.log

609: (p_expression => g_parm.location_id is null
610: ,p_true => 'All'
611: ,p_false => g_parm.location_id));
612: --
613: fnd_file.put_line(which => fnd_file.log
614: ,buff => 'Life Event Reason ID : ' ||
615: benutils.iftrue
616: (p_expression => g_parm.ler_id is null
617: ,p_true => 'All'

Line 620: fnd_file.put_line(which => fnd_file.log

616: (p_expression => g_parm.ler_id is null
617: ,p_true => 'All'
618: ,p_false => g_parm.ler_id));
619: --
620: fnd_file.put_line(which => fnd_file.log
621: ,buff => 'Program ID : '||
622: benutils.iftrue
623: (p_expression => g_parm.pgm_id is null
624: ,p_true => 'All'

Line 627: fnd_file.put_line(which => fnd_file.log,

623: (p_expression => g_parm.pgm_id is null
624: ,p_true => 'All'
625: ,p_false => g_parm.pgm_id));
626: --
627: fnd_file.put_line(which => fnd_file.log,
628: buff => 'Plan ID : '||
629: benutils.iftrue
630: (p_expression => g_parm.pl_nip_id is null
631: ,p_true => 'All'

Line 634: fnd_file.put_line(which => fnd_file.log,

630: (p_expression => g_parm.pl_nip_id is null
631: ,p_true => 'All'
632: ,p_false => g_parm.pl_nip_id));
633: --
634: fnd_file.put_line(which => fnd_file.log,
635: buff => 'Is plan in program? : '||
636: g_parm.plan_in_pgm_flag);
637: --
638: fnd_file.put_line(which => fnd_file.log

Line 638: fnd_file.put_line(which => fnd_file.log

634: fnd_file.put_line(which => fnd_file.log,
635: buff => 'Is plan in program? : '||
636: g_parm.plan_in_pgm_flag);
637: --
638: fnd_file.put_line(which => fnd_file.log
639: ,buff => 'Action Type ID : ' ||
640: benutils.iftrue
641: (p_expression => g_parm.actn_typ_id is null
642: ,p_true => 'All'

Line 645: fnd_file.put_line(which => fnd_file.log

641: (p_expression => g_parm.actn_typ_id is null
642: ,p_true => 'All'
643: ,p_false => g_parm.actn_typ_id));
644: --
645: fnd_file.put_line(which => fnd_file.log
646: ,buff => 'Elig Enrol Code : ' ||
647: benutils.iftrue
648: (p_expression => g_parm.elig_enrol_cd is null
649: ,p_true => 'NONE'

Line 652: fnd_file.put_line(which => fnd_file.log

648: (p_expression => g_parm.elig_enrol_cd is null
649: ,p_true => 'NONE'
650: ,p_false => g_parm.elig_enrol_cd));
651: --
652: fnd_file.put_line(which => fnd_file.log
653: ,buff => 'Age Factor ID : ' ||
654: benutils.iftrue
655: (p_expression => g_parm.age_fctr_id is null
656: ,p_true => 'NONE'

Line 659: fnd_file.put_line(which => fnd_file.log

655: (p_expression => g_parm.age_fctr_id is null
656: ,p_true => 'NONE'
657: ,p_false => g_parm.age_fctr_id));
658: --
659: fnd_file.put_line(which => fnd_file.log
660: ,buff => 'Minimum Age : ' ||
661: benutils.iftrue
662: (p_expression => g_parm.min_age is null
663: ,p_true => 'NONE'

Line 666: fnd_file.put_line(which => fnd_file.log

662: (p_expression => g_parm.min_age is null
663: ,p_true => 'NONE'
664: ,p_false => g_parm.min_age));
665: --
666: fnd_file.put_line(which => fnd_file.log
667: ,buff => 'Maximum Age : ' ||
668: benutils.iftrue
669: (p_expression => g_parm.max_age is null
670: ,p_true => 'NONE'

Line 673: fnd_file.put_line(which => fnd_file.log

669: (p_expression => g_parm.max_age is null
670: ,p_true => 'NONE'
671: ,p_false => g_parm.max_age));
672: --
673: fnd_file.put_line(which => fnd_file.log
674: ,buff => 'Length of Srvce Factor Id : ' ||
675: benutils.iftrue
676: (p_expression => g_parm.los_fctr_id is null
677: ,p_true => 'NONE'

Line 680: fnd_file.put_line(which => fnd_file.log

676: (p_expression => g_parm.los_fctr_id is null
677: ,p_true => 'NONE'
678: ,p_false => g_parm.los_fctr_id));
679: --
680: fnd_file.put_line(which => fnd_file.log
681: ,buff => 'Minimum LOS : ' ||
682: benutils.iftrue
683: (p_expression => g_parm.min_los is null
684: ,p_true => 'NONE'

Line 687: fnd_file.put_line(which => fnd_file.log

683: (p_expression => g_parm.min_los is null
684: ,p_true => 'NONE'
685: ,p_false => g_parm.min_los));
686: --
687: fnd_file.put_line(which => fnd_file.log
688: ,buff => 'Maximum LOS : ' ||
689: benutils.iftrue
690: (p_expression => g_parm.max_los is null
691: ,p_true => 'NONE'

Line 694: fnd_file.put_line(which => fnd_file.log

690: (p_expression => g_parm.max_los is null
691: ,p_true => 'NONE'
692: ,p_false => g_parm.max_los));
693: --
694: fnd_file.put_line(which => fnd_file.log
695: ,buff => 'Cmbn Age and LOS Factor Id : ' ||
696: benutils.iftrue
697: (p_expression => g_parm.cmbn_age_los_fctr_id is null
698: ,p_true => 'NONE'

Line 701: fnd_file.put_line(which => fnd_file.log

697: (p_expression => g_parm.cmbn_age_los_fctr_id is null
698: ,p_true => 'NONE'
699: ,p_false => g_parm.cmbn_age_los_fctr_id));
700: --
701: fnd_file.put_line(which => fnd_file.log
702: ,buff => 'Date From : ' ||
703: benutils.iftrue
704: (p_expression => g_parm.date_from is null
705: ,p_true => 'NONE'

Line 709: fnd_file.put_line(which => fnd_file.log,

705: ,p_true => 'NONE'
706: ,p_false => g_parm.date_from));
707: --
708: /*
709: fnd_file.put_line(which => fnd_file.log,
710: buff => 'Enrollment Period : '||
711: benutils.iftrue
712: (p_expression => g_parm.popl_enrt_typ_cycl_id is null
713: ,p_true => 'All'

Line 717: fnd_file.put_line(which => fnd_file.log

713: ,p_true => 'All'
714: ,p_false => g_parm.popl_enrt_typ_cycl_id));
715: */
716: --
717: fnd_file.put_line(which => fnd_file.log
718: ,buff => 'Audit Log Flag : ' ||
719: hr_general.decode_lookup('YES_NO',g_parm.audit_log_flag));
720: --
721: hr_utility.set_location('Leaving : ' || l_proc, 10);