찾다
데이터 베이스MySQL 튜토리얼Oracle EBS里,如何通过脚本查看客户针对某个Form的做了哪些Personalization

客户可以通过Help gt; Diagnostics gt; Custom Code gt; Personalize,来对Form做个性化的设置。如何通过脚本来查看Form做了哪

客户可以通过Help > Diagnostics > Custom Code > Personalize,,来对Form做个性化的设置。如何通过脚本来查看Form做了哪些个性化

  •  

  •  

  • TABLE fnd_form_custom_rules - 'The Rules for the form customizations. A rule must have 1 more more FND_FORM_CUSTOM_SCOPES and a rule may have 1 or more FND_FORM_CUSTOM_ACTIONS'.
    fnd_form_custom_rules.id IS 'A Generated Id for the table'.
    fnd_form_custom_rules.function_name IS 'The Function Name to apply the rule'.
    fnd_form_custom_rules.description IS 'A Summary of the Rule'.
    fnd_form_custom_rules.trigger_event IS 'The Event to trigger the rule'.
    fnd_form_custom_rules.trigger_object IS 'The Object on which the TRIGGER_EVENT fires'.
    fnd_form_custom_rules.condition IS 'A Condition toapply the rule'.
    fnd_form_custom_rules."SEQUENCE" IS 'The Sequence in which the rule is applied'.
    fnd_form_custom_rules.enabled IS 'Indicates if the Rule is enabled'.
    fnd_form_custom_rules.fire_in_enter_query IS 'Inidicates if the Rule fires in Enter-Query mode'.
    fnd_form_custom_rules.rule_key IS 'Used for industry translations.  Value is a combination of the industry id and language.'.
    fnd_form_custom_rules.form_name IS 'The name of the form that has the personalization rule.'.
    fnd_form_custom_rules.rule_type IS 'The type of rule for the personalization.  Form or Function'.


    TABLE fnd_form_custom_actions - 'Holds the Actions for a specified Rule - used by FNDCUSTM.fmb and APPCORE to apply customizations.'.
    fnd_form_custom_actions."SEQUENCE" IS 'The sequence the action will be applied'.
    fnd_form_custom_actions.property_value IS 'The new Value for the property PROPERTY_NAME'.
    fnd_form_custom_actions.argument_type IS 'The Argument Type of the Property PROPERTY_NAME'.
    fnd_form_custom_actions.created_by IS 'Standard Who column'.
    fnd_form_custom_actions.creation_date IS 'Standard Who column'.
    fnd_form_custom_actions.last_updated_by IS 'Standard Who column'.
    fnd_form_custom_actions.last_update_date IS 'Standard Who column'.
    fnd_form_custom_actions.last_update_login IS 'Standard Who column'.
    fnd_form_custom_actions.target_object IS 'The Object in the form to apply the property'.
    fnd_form_custom_actions.action_type IS 'Message, Builtin, Property or Special'.
    fnd_form_custom_actions.enabled IS 'Indicates if the action is enabled'.
    fnd_form_custom_actions.object_type IS 'The Type of the Object'.
    fnd_form_custom_actions.folder_prompt_block IS 'If a Folder, the prompt block for the Folder'.
    fnd_form_custom_actions.message_type IS 'The Type of the Message'.
    fnd_form_custom_actions.message_text IS 'The Text of the Message'.
    fnd_form_custom_actions.summary IS 'A Summary of the Action'.
    fnd_form_custom_actions.builtin_type IS 'The Type of the Builtin'.
    fnd_form_custom_actions.builtin_arguments IS 'The Arguments of the Builtin'.
    fnd_form_custom_actions."LANGUAGE" IS 'The Language for the Action'.
    fnd_form_custom_actions.rule_id IS 'The FK to the FND_FORM_CUSTOM_RULES table'.
    fnd_form_custom_actions.property_name IS 'The Internal ID of the property to change'.
    fnd_form_custom_actions.menu_entry IS 'The Special Menu Entry to modify'.
    fnd_form_custom_actions.menu_label IS 'The New Label for the Menu Entry'.
    fnd_form_custom_actions.menu_seperator IS 'Indicates if a seperator is shown after the menu entry'.
    fnd_form_custom_actions.menu_enabled_in IS 'The Block(s) the menu is enabled in'.
    fnd_form_custom_actions.menu_action IS 'The Action Type for the menu entry'.
    fnd_form_custom_actions.menu_argument_long IS 'Long Arguments for the menu. Valid for URL and Function'.
    fnd_form_custom_actions.menu_argument_short IS 'Short Arguments for the menu. Valid for Function'.
    fnd_form_custom_actions.action_id IS 'A Generated sequence'.
    fnd_form_custom_actions.request_application_id IS 'The Application ID for Mernu Action of Concurrent Request'.


    TABLE fnd_form_custom_scopes - 'The Scopes for which the FND_FORM_CUSTOM_RULES apply'.

    fnd_form_custom_scopes.rule_id IS 'The FK to FND_FORM_CUSTOM_RULES'.
    fnd_form_custom_scopes.level_id IS 'The Level ID. 10 - Industry, 20 - Site, 30 - Responsibility, 40 - User'.
    fnd_form_custom_scopes.level_value IS 'The Industry ID, User ID or Responsibility ID'.
    fnd_form_custom_scopes.level_value_application_id IS 'The Responsibility Application ID'.
    fnd_form_custom_scopes.last_update_date IS 'Standard Who column'.
    fnd_form_custom_scopes.last_updated_by IS 'Standard Who column'.
    fnd_form_custom_scopes.creation_date IS 'Standard Who column'.
    fnd_form_custom_scopes.created_by IS 'Standard Who column'.
    fnd_form_custom_scopes.last_update_login IS 'Standard Who column'.

    linux

  • 성명
    본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
    MySQL의 장소 : 데이터베이스 및 프로그래밍MySQL의 장소 : 데이터베이스 및 프로그래밍Apr 13, 2025 am 12:18 AM

    데이터베이스 및 프로그래밍에서 MySQL의 위치는 매우 중요합니다. 다양한 응용 프로그램 시나리오에서 널리 사용되는 오픈 소스 관계형 데이터베이스 관리 시스템입니다. 1) MySQL은 웹, 모바일 및 엔터프라이즈 레벨 시스템을 지원하는 효율적인 데이터 저장, 조직 및 검색 기능을 제공합니다. 2) 클라이언트 서버 아키텍처를 사용하고 여러 스토리지 엔진 및 인덱스 최적화를 지원합니다. 3) 기본 사용에는 테이블 작성 및 데이터 삽입이 포함되며 고급 사용에는 다중 테이블 조인 및 복잡한 쿼리가 포함됩니다. 4) SQL 구문 오류 및 성능 문제와 같은 자주 묻는 질문은 설명 명령 및 느린 쿼리 로그를 통해 디버깅 할 수 있습니다. 5) 성능 최적화 방법에는 인덱스의 합리적인 사용, 최적화 된 쿼리 및 캐시 사용이 포함됩니다. 모범 사례에는 거래 사용 및 준비된 체계가 포함됩니다

    MySQL : 소기업에서 대기업에 이르기까지MySQL : 소기업에서 대기업에 이르기까지Apr 13, 2025 am 12:17 AM

    MySQL은 소규모 및 대기업에 적합합니다. 1) 소기업은 고객 정보 저장과 같은 기본 데이터 관리에 MySQL을 사용할 수 있습니다. 2) 대기업은 MySQL을 사용하여 대규모 데이터 및 복잡한 비즈니스 로직을 처리하여 쿼리 성능 및 트랜잭션 처리를 최적화 할 수 있습니다.

    Phantom은 무엇을 읽고, Innodb는 어떻게 그들을 막을 수 있습니까 (다음 키 잠금)?Phantom은 무엇을 읽고, Innodb는 어떻게 그들을 막을 수 있습니까 (다음 키 잠금)?Apr 13, 2025 am 12:16 AM

    InnoDB는 팬텀 읽기를 차세대 점화 메커니즘을 통해 효과적으로 방지합니다. 1) Next-Keylocking은 Row Lock과 Gap Lock을 결합하여 레코드와 간격을 잠그기 위해 새로운 레코드가 삽입되지 않도록합니다. 2) 실제 응용 분야에서 쿼리를 최적화하고 격리 수준을 조정함으로써 잠금 경쟁을 줄이고 동시성 성능을 향상시킬 수 있습니다.

    MySQL : 프로그래밍 언어는 아니지만 ...MySQL : 프로그래밍 언어는 아니지만 ...Apr 13, 2025 am 12:03 AM

    MySQL은 프로그래밍 언어가 아니지만 쿼리 언어 SQL은 프로그래밍 언어의 특성을 가지고 있습니다. 1. SQL은 조건부 판단, 루프 및 가변 작업을 지원합니다. 2. 저장된 절차, 트리거 및 기능을 통해 사용자는 데이터베이스에서 복잡한 논리 작업을 수행 할 수 있습니다.

    MySQL : 세계에서 가장 인기있는 데이터베이스 소개MySQL : 세계에서 가장 인기있는 데이터베이스 소개Apr 12, 2025 am 12:18 AM

    MySQL은 오픈 소스 관계형 데이터베이스 관리 시스템으로, 주로 데이터를 신속하고 안정적으로 저장하고 검색하는 데 사용됩니다. 작업 원칙에는 클라이언트 요청, 쿼리 해상도, 쿼리 실행 및 반환 결과가 포함됩니다. 사용의 예로는 테이블 작성, 데이터 삽입 및 쿼리 및 조인 작업과 같은 고급 기능이 포함됩니다. 일반적인 오류에는 SQL 구문, 데이터 유형 및 권한이 포함되며 최적화 제안에는 인덱스 사용, 최적화 된 쿼리 및 테이블 분할이 포함됩니다.

    MySQL의 중요성 : 데이터 저장 및 관리MySQL의 중요성 : 데이터 저장 및 관리Apr 12, 2025 am 12:18 AM

    MySQL은 데이터 저장, 관리, 쿼리 및 보안에 적합한 오픈 소스 관계형 데이터베이스 관리 시스템입니다. 1. 다양한 운영 체제를 지원하며 웹 응용 프로그램 및 기타 필드에서 널리 사용됩니다. 2. 클라이언트-서버 아키텍처 및 다양한 스토리지 엔진을 통해 MySQL은 데이터를 효율적으로 처리합니다. 3. 기본 사용에는 데이터베이스 및 테이블 작성, 데이터 삽입, 쿼리 및 업데이트가 포함됩니다. 4. 고급 사용에는 복잡한 쿼리 및 저장 프로 시저가 포함됩니다. 5. 설명 진술을 통해 일반적인 오류를 디버깅 할 수 있습니다. 6. 성능 최적화에는 인덱스의 합리적인 사용 및 최적화 된 쿼리 문이 포함됩니다.

    MySQL을 사용하는 이유는 무엇입니까? 혜택과 장점MySQL을 사용하는 이유는 무엇입니까? 혜택과 장점Apr 12, 2025 am 12:17 AM

    MySQL은 성능, 신뢰성, 사용 편의성 및 커뮤니티 지원을 위해 선택됩니다. 1.MYSQL은 효율적인 데이터 저장 및 검색 기능을 제공하여 여러 데이터 유형 및 고급 쿼리 작업을 지원합니다. 2. 고객-서버 아키텍처 및 다중 스토리지 엔진을 채택하여 트랜잭션 및 쿼리 최적화를 지원합니다. 3. 사용하기 쉽고 다양한 운영 체제 및 프로그래밍 언어를 지원합니다. 4. 강력한 지역 사회 지원을 받고 풍부한 자원과 솔루션을 제공합니다.

    InnoDB 잠금 장치 (공유 잠금, 독점 잠금, 의도 잠금, 레코드 잠금, 갭 잠금, 차세대 자물쇠)를 설명하십시오.InnoDB 잠금 장치 (공유 잠금, 독점 잠금, 의도 잠금, 레코드 잠금, 갭 잠금, 차세대 자물쇠)를 설명하십시오.Apr 12, 2025 am 12:16 AM

    InnoDB의 잠금 장치에는 공유 잠금 장치, 독점 잠금, 의도 잠금 장치, 레코드 잠금, 갭 잠금 및 다음 키 잠금 장치가 포함됩니다. 1. 공유 잠금을 사용하면 다른 트랜잭션을 읽지 않고 트랜잭션이 데이터를 읽을 수 있습니다. 2. 독점 잠금은 다른 트랜잭션이 데이터를 읽고 수정하는 것을 방지합니다. 3. 의도 잠금은 잠금 효율을 최적화합니다. 4. 레코드 잠금 잠금 인덱스 레코드. 5. 갭 잠금 잠금 장치 색인 기록 간격. 6. 다음 키 잠금은 데이터 일관성을 보장하기 위해 레코드 잠금과 갭 잠금의 조합입니다.

    See all articles

    핫 AI 도구

    Undresser.AI Undress

    Undresser.AI Undress

    사실적인 누드 사진을 만들기 위한 AI 기반 앱

    AI Clothes Remover

    AI Clothes Remover

    사진에서 옷을 제거하는 온라인 AI 도구입니다.

    Undress AI Tool

    Undress AI Tool

    무료로 이미지를 벗다

    Clothoff.io

    Clothoff.io

    AI 옷 제거제

    AI Hentai Generator

    AI Hentai Generator

    AI Hentai를 무료로 생성하십시오.

    인기 기사

    R.E.P.O. 에너지 결정과 그들이하는 일 (노란색 크리스탈)
    3 몇 주 전By尊渡假赌尊渡假赌尊渡假赌
    R.E.P.O. 최고의 그래픽 설정
    3 몇 주 전By尊渡假赌尊渡假赌尊渡假赌
    R.E.P.O. 아무도들을 수없는 경우 오디오를 수정하는 방법
    3 몇 주 전By尊渡假赌尊渡假赌尊渡假赌
    WWE 2K25 : Myrise에서 모든 것을 잠금 해제하는 방법
    4 몇 주 전By尊渡假赌尊渡假赌尊渡假赌

    뜨거운 도구

    안전한 시험 브라우저

    안전한 시험 브라우저

    안전한 시험 브라우저는 온라인 시험을 안전하게 치르기 위한 보안 브라우저 환경입니다. 이 소프트웨어는 모든 컴퓨터를 안전한 워크스테이션으로 바꿔줍니다. 이는 모든 유틸리티에 대한 액세스를 제어하고 학생들이 승인되지 않은 리소스를 사용하는 것을 방지합니다.

    맨티스BT

    맨티스BT

    Mantis는 제품 결함 추적을 돕기 위해 설계된 배포하기 쉬운 웹 기반 결함 추적 도구입니다. PHP, MySQL 및 웹 서버가 필요합니다. 데모 및 호스팅 서비스를 확인해 보세요.

    Eclipse용 SAP NetWeaver 서버 어댑터

    Eclipse용 SAP NetWeaver 서버 어댑터

    Eclipse를 SAP NetWeaver 애플리케이션 서버와 통합합니다.

    SublimeText3 영어 버전

    SublimeText3 영어 버전

    권장 사항: Win 버전, 코드 프롬프트 지원!

    SublimeText3 Mac 버전

    SublimeText3 Mac 버전

    신 수준의 코드 편집 소프트웨어(SublimeText3)