DBA Data[Home] [Help]

APPS.WF_BES_FUNCS dependencies on WF_BES_FUNCS

Line 1: package body wf_bes_funcs as

1: package body wf_bes_funcs as
2: /* $Header: WFBESFNB.pls 120.3 2006/07/21 14:35:44 nravindr noship $ */
3:
4: --Directory where the generated files will be stored
5: utl_dir varchar2(512);

Line 59: WF_BES_FUNCS.StaticGenerateRule(Tokenize(l_key));

55: end if;
56: if(instr(l_key,'ORACLE.APPS.FND.')=0) then
57: l_key:=l_key||',ORACLE.APPS.FND.';
58: end if;
59: WF_BES_FUNCS.StaticGenerateRule(Tokenize(l_key));
60:
61: elsif(upper(p_object_type)='AGENTS') then
62:
63: WF_BES_FUNCS.StaticQH(Tokenize(l_key));

Line 63: WF_BES_FUNCS.StaticQH(Tokenize(l_key));

59: WF_BES_FUNCS.StaticGenerateRule(Tokenize(l_key));
60:
61: elsif(upper(p_object_type)='AGENTS') then
62:
63: WF_BES_FUNCS.StaticQH(Tokenize(l_key));
64:
65: end if;
66: end;
67:

Line 551: end WF_BES_FUNCS;

547: end loop;
548: return l_var_list;
549: end;
550:
551: end WF_BES_FUNCS;