DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_EXPORT_PKG dependencies on FND_PROFILE

Line 105: fnd_profile.get('IGI_IMP_IAC_FILE_LOCN',l_file_loc);

101: -- l_bookname_sans_spaces:= remove_spaces(p_book); -- Bug No. 2843747 (Tpradhan) - Commented since this check is now performed using trim_invalid_chars function
102:
103: l_file_loc:='';
104: /* Get the Directory from the profile IGI_IMP_IAC_FILE_LOCN */
105: fnd_profile.get('IGI_IMP_IAC_FILE_LOCN',l_file_loc);
106:
107: for l_get_groups in c_get_groups loop
108: l_gp_present_chk_flag :='Y';
109: