DBA Data[Home] [Help]

APPS.WF_CORE dependencies on DBMS_APPLICATION_INFO

Line 1040: dbms_application_info.read_module(l_module, l_action);

1036: pos3 integer;
1037: sql_stm varchar2(400);
1038: begin
1039: -- Determine current session tags to see if they are already set
1040: dbms_application_info.read_module(l_module, l_action);
1041: pos2 := instr(l_module, ':', 1, 2);
1042: pos3 := instr(l_module, ':', 1, 3);
1043: l_module_type := substr(l_module, pos2+1, pos3-pos2-1);
1044: l_module_name := substr(l_module, pos3+1, length(l_module));