DBA Data[Home] [Help]

APPS.HR_ADE_UPGRADE dependencies on FND_PROFILE

Line 110: fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_dir);

106: retcode := 0; --can be 0 (success),1(warnings) or 2(failure)
107: errbuff := 'Output Files Created';
108: --
109: --get directory from system profile value
110: fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_dir);
111: -- open input file for reading
112: l_infile := UTL_FILE.FOPEN(l_dir,p_file,'r');
113: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Processing '||l_dir||'/'||p_file);
114: select sysdate into l_date from dual;