DBA Data[Home] [Help]

APPS.WF_PREF dependencies on FND_PREFERENCE

Line 544: fnd_preference.put (username, 'WF', 'LANGUAGE', p_language);

540:
541: IF (l_combo_count > 0) THEN
542:
543: -- put the language preference
544: fnd_preference.put (username, 'WF', 'LANGUAGE', p_language);
545:
546: END IF;
547:
548: ELSE

Line 575: fnd_preference.put (username, 'WF', 'TERRITORY', p_territory);

571:
572: IF (l_combo_count > 0) THEN
573:
574: -- put the territory preference
575: fnd_preference.put (username, 'WF', 'TERRITORY', p_territory);
576:
577: END IF;
578:
579: ELSE

Line 605: fnd_preference.put (username, 'WF', 'DATEFORMAT', RTRIM(p_date_format));

601: -- put the date format preference
602: -- The rtrim is required if the user adds a blank space at the end
603: -- of the format and we concatenate on a time format with a space then
604: -- the double space will cause an ora-1830 errror.
605: fnd_preference.put (username, 'WF', 'DATEFORMAT', RTRIM(p_date_format));
606:
607: END IF;
608:
609: -- put the number format preference - Added new parameter for Global preference OAF page

Line 612: fnd_preference.put (username, 'WF', 'NUMBERFORMAT', p_num_format);

608:
609: -- put the number format preference - Added new parameter for Global preference OAF page
610:
611: IF(p_num_format IS NOT NULL) THEN
612: fnd_preference.put (username, 'WF', 'NUMBERFORMAT', p_num_format);
613: END IF;
614:
615: -- Bug 2589782 Update LDAP info only if Global preference values are
616: -- updated by an Admin

Line 620: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'HOST', p_ldap_host);

616: -- updated by an Admin
617:
618: IF (p_edit_defaults = 'Y' AND admin_mode = 'Y') THEN
619: -- put the LDAP preferences
620: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'HOST', p_ldap_host);
621: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'PORT', p_ldap_port);
622: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'USERNAME', p_ldap_user);
623:
624: -- Bug 2127392 Validating LDAP password

Line 621: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'PORT', p_ldap_port);

617:
618: IF (p_edit_defaults = 'Y' AND admin_mode = 'Y') THEN
619: -- put the LDAP preferences
620: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'HOST', p_ldap_host);
621: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'PORT', p_ldap_port);
622: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'USERNAME', p_ldap_user);
623:
624: -- Bug 2127392 Validating LDAP password
625:

Line 622: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'USERNAME', p_ldap_user);

618: IF (p_edit_defaults = 'Y' AND admin_mode = 'Y') THEN
619: -- put the LDAP preferences
620: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'HOST', p_ldap_host);
621: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'PORT', p_ldap_port);
622: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'USERNAME', p_ldap_user);
623:
624: -- Bug 2127392 Validating LDAP password
625:
626: l_ldap_pwd := fnd_preference.eget('#INTERNAL','LDAP_SYNCH', 'EPWD', 'LDAP_PWD');

Line 626: l_ldap_pwd := fnd_preference.eget('#INTERNAL','LDAP_SYNCH', 'EPWD', 'LDAP_PWD');

622: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'USERNAME', p_ldap_user);
623:
624: -- Bug 2127392 Validating LDAP password
625:
626: l_ldap_pwd := fnd_preference.eget('#INTERNAL','LDAP_SYNCH', 'EPWD', 'LDAP_PWD');
627:
628: IF (l_ldap_opwd is NULL) THEN
629: l_ldap_opwd := 'x';
630: END IF;

Line 642: fnd_preference.eput('#INTERNAL','LDAP_SYNCH', 'EPWD', p_ldap_rpwd,

638: END IF;
639:
640: -- New password updated only if the Old password is valid
641: IF (l_ldap_error IS NULL) THEN
642: fnd_preference.eput('#INTERNAL','LDAP_SYNCH', 'EPWD', p_ldap_rpwd,
643: 'LDAP_PWD');
644: ELSE
645: l_error_msg := l_ldap_error;
646: END IF;

Line 649: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'CHANGELOG_DIR', p_ldap_log_base);

645: l_error_msg := l_ldap_error;
646: END IF;
647: END IF;
648:
649: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'CHANGELOG_DIR', p_ldap_log_base);
650: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'USER_DIR', p_ldap_user_base);
651:
652: END IF;
653:

Line 650: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'USER_DIR', p_ldap_user_base);

646: END IF;
647: END IF;
648:
649: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'CHANGELOG_DIR', p_ldap_log_base);
650: fnd_preference.put('#INTERNAL', 'LDAP_SYNCH', 'USER_DIR', p_ldap_user_base);
651:
652: END IF;
653:
654: -- put the mail preference

Line 655: fnd_preference.put (username, 'WF', 'MAILTYPE', p_mailtype);

651:
652: END IF;
653:
654: -- put the mail preference
655: fnd_preference.put (username, 'WF', 'MAILTYPE', p_mailtype);
656:
657: -- put the text only mail preference
658: fnd_preference.put (username, 'WF', 'WF_SIG_TEXT_ONLY', p_text_signon);
659:

Line 658: fnd_preference.put (username, 'WF', 'WF_SIG_TEXT_ONLY', p_text_signon);

654: -- put the mail preference
655: fnd_preference.put (username, 'WF', 'MAILTYPE', p_mailtype);
656:
657: -- put the text only mail preference
658: fnd_preference.put (username, 'WF', 'WF_SIG_TEXT_ONLY', p_text_signon);
659:
660: -- put the browser signing DLL location preference - Added new parameter for Global preference OAF page
661: --IF (p_browser_dll_loc IS NOT NULL) THEN // not required
662: fnd_preference.put (username, 'WF', 'WF_SIG_IE_DLL', p_browser_dll_loc);

Line 662: fnd_preference.put (username, 'WF', 'WF_SIG_IE_DLL', p_browser_dll_loc);

658: fnd_preference.put (username, 'WF', 'WF_SIG_TEXT_ONLY', p_text_signon);
659:
660: -- put the browser signing DLL location preference - Added new parameter for Global preference OAF page
661: --IF (p_browser_dll_loc IS NOT NULL) THEN // not required
662: fnd_preference.put (username, 'WF', 'WF_SIG_IE_DLL', p_browser_dll_loc);
663: --END IF;
664:
665: -- put the dm home node preference
666: fnd_document_management.set_dm_home (username, l_dm_node_id);