DBA Data[Home] [Help]

APPS.ADI_BINARY_FILE dependencies on FND_FUNCTION

Line 148: if (fnd_function.test(v_function_name)) then

144: -- funtions to enable us to display the file.
145: v_function_name := v_file_name;
146: end if;
147: -- ghooker 26-FEB-07 bug 5873313
148: if (fnd_function.test(v_function_name)) then
149: v_display_flag := TRUE;
150: end if;
151: end if;
152: end if;