DBA Data[Home] [Help]

APPS.IGS_UC_EXT_MARVIN dependencies on FND_PROFILE

Line 187: l_fndvalue := LTRIM(RTRIM(FND_PROFILE.VALUE('UTL_FILE_OUT')));

183: -- Initialize the OUT variable
184: p_directory := NULL ;
185:
186: -- Fetch the Profile value for the directory name used to export flat file
187: l_fndvalue := LTRIM(RTRIM(FND_PROFILE.VALUE('UTL_FILE_OUT')));
188:
189: -- If the profile is NULL, return the procedure by assigning the NULL value to p_directory
190: IF l_fndvalue IS NULL THEN
191: p_directory := NULL ;