DBA Data[Home] [Help]

APPS.WF_CORE dependencies on WFA_SEC

Line 581: l_random := wfa_sec.random;

577: l_random varchar2(80);
578: begin
579:
580: if (random_seeded is null) then
581: l_random := wfa_sec.random;
582: if (l_random is not null) then
583: random_seeded := false;
584: return(l_random);
585: end if;

Line 587: return(wfa_sec.random);

583: random_seeded := false;
584: return(l_random);
585: end if;
586: elsif (not random_seeded) then
587: return(wfa_sec.random);
588: end if;
589:
590: -- no preferred implementation is picked
591: -- use the default one

Line 804: return(wfa_sec.local_chr(ascii_chr));

800: return varchar2
801: is
802: begin
803:
804: return(wfa_sec.local_chr(ascii_chr));
805:
806: end Local_Chr;
807:
808: -- Newline