DBA Data[Home] [Help]

APPS.WF_CORE dependencies on WFA_SEC

Line 588: l_random := wfa_sec.random;

584: l_random varchar2(80);
585: begin
586:
587: if (random_seeded is null) then
588: l_random := wfa_sec.random;
589: if (l_random is not null) then
590: random_seeded := false;
591: return(l_random);
592: end if;

Line 594: return(wfa_sec.random);

590: random_seeded := false;
591: return(l_random);
592: end if;
593: elsif (not random_seeded) then
594: return(wfa_sec.random);
595: end if;
596:
597: -- no preferred implementation is picked
598: -- use the default one

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

807: return varchar2
808: is
809: begin
810:
811: return(wfa_sec.local_chr(ascii_chr));
812:
813: end Local_Chr;
814:
815: -- Newline