본문 바로가기

OAF/설정8

OAF에서 Popup을 띄울 수 있도록 하는 profile 설정 OAF에서 Popup을 띄울 수 있도록 하는 profile 설정 1) FND_VALIDATION_LEVEL - None 2) FND_FUNCTION_VALIDATION_LEVEL - None 3)Framework Validation Level- None 2014. 12. 14.
FND_LOG 로그 작성 PROFILE 옵션 How to get debug messages from FND_LOG_MESSAGES table 1)Log into system admin responsibility and set the following profile options FND: Debug Log Enabled - Yes FND: Debug Log Level - Statement FND: Debug Log Module - % [ set at user level ] 2)Run the below select in sqlplus :: SELECT MAX(log_sequence) FROM fnd_log_messages; Take the max of log sequence and use it as log_seq1 in step#5 3)Try to r.. 2014. 7. 8.
Xml Publisher PDF 출력을 위한 바코드 폰트 등록 Xml Publisher에서 PDF 출력시 특정 폰트를 사용할 경우에는 해당 메뉴를 통해서 등록을 해주셔야 됩니다. 1. 폰트 등록 2. 폰트 매핑 FO 프로세싱 용과 PDF Templete용 두개를 만들었습니다.. 3. 등록 뭐 대충.. 알아서 채워 주세요.. 2012. 3. 23.
jad command class를 java 파일로 변환 하위 디렉토리 까지 포함해서.. jad -o -r -sjava -dsrc D:\Jdevloper\jdevhome\jdev\myprojects\oracle\apps\imc\**\*.class 2011. 8. 31.
JDeveloper에 JAD 적용 /jdevbin/jdev/bin/jdev.conf 에 다음 커맨드를 추가해 주세요.. AddVMOption -Djcncmd=c:/jad 폴더/jad.exe -p -b -ff -nl -pi99999 -space -t2 -noinner 하위 디렉토리 까지 포함해서.. jad -o -r -sjava -dsrc D:\Jdevloper\jdevhome\jdev\myprojects\oracle\apps\imc\**\*.class 2011. 8. 31.
리치 텍스트 에디터가 HTML 소스를 바로 뿌려주는 비정상 Case Solution 1.Navigate to system administrator responsibility 2.select profiles-->system 3. Query for 'Self Service Accessibility Features' 4.Set the profile to None or leave it blank. Set this at the User level if this problem is only effecting some users. Or if all users have this problem then set this at a higher level such as 'Site' then re-test. 5.The user should see the 'Rich text editor' whe.. 2011. 8. 31.