DBA Data[Home] [Help]

APPS.IGC_MSGS_PKG dependencies on FND_PROFILE

Line 140: g_dirpath := FND_PROFILE.VALUE (p_profile_name);

136: '_' || USERENV ('SESSIONID') || '.dbg';
137: ELSE
138: g_filename := p_filename_value;
139: END IF;
140: g_dirpath := FND_PROFILE.VALUE (p_profile_name);
141:
142: -- ----------------------------------------------------------------------
143: -- Since the directory location for the debug output for UTL_FILE has
144: -- not been setup from the user the utility will not work properly.