DBA Data[Home] [Help]

APPS.IGS_HE_CREATE_EXTRACT_PKG dependencies on FND_PROFILE

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

42: -- Initialize the OUT variable
43: p_directory := NULL ;
44:
45: -- Fetch the Profile value for the directory name used to export flat file
46: l_fndvalue := LTRIM(RTRIM(FND_PROFILE.VALUE('UTL_FILE_OUT')));
47:
48: -- If the profile is NULL, return the procedure by assigning the NULL value to p_directory
49: IF l_fndvalue IS NULL THEN
50: p_directory := NULL ;