DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on FND_FILE

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

527: benutils.get_batch_parameters
528: (p_benefit_action_id => g_parm.benefit_action_id,
529: p_rec => l_rec);
530: --
531: fnd_file.put_line(which => fnd_file.log
532: ,buff => 'Runtime Parameters');
533: --
534: fnd_file.put_line(which => fnd_file.log
535: ,buff => '------------------');

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

530: --
531: fnd_file.put_line(which => fnd_file.log
532: ,buff => 'Runtime Parameters');
533: --
534: fnd_file.put_line(which => fnd_file.log
535: ,buff => '------------------');
536: --
537: fnd_file.put_line(which => fnd_file.log
538: ,buff => 'Benefit Action ID : '||

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

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

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

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

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

544: fnd_file.put_line(which => fnd_file.log
545: ,buff => 'Validation Mode : '||
546: hr_general.decode_lookup('YES_NO',g_parm.validate_flag));
547: --
548: fnd_file.put_line(which => fnd_file.log
549: ,buff => 'Effective Date : '||
550: to_char(g_parm.effective_date,'DD-MON-YYYY'));
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 => 'Effective Date : '||
550: to_char(g_parm.effective_date,'DD-MON-YYYY'));
551: --
552: fnd_file.put_line(which => fnd_file.log
553: ,buff => 'Business Group ID : '||
554: g_parm.business_group_id);
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 => 'Business Group ID : '||
554: g_parm.business_group_id);
555: --
556: fnd_file.put_line(which => fnd_file.log
557: ,buff => 'Run Mode : ' ||
558: hr_general.decode_lookup('BEN_BENTMPCM_MD',g_parm.mode_cd));
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 => 'Run Mode : ' ||
558: hr_general.decode_lookup('BEN_BENTMPCM_MD',g_parm.mode_cd));
559: --
560: fnd_file.put_line(which => fnd_file.log
561: ,buff => 'Comm Trigger Type Code : ' ||
562: benutils.iftrue
563: (p_expression => g_parm.cm_trgr_typ_cd is null
564: ,p_true => 'All'

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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