Logo

Navigation
  • Home
  • Services
    • ERP Solutions
    • Implementation Solutions
    • Support and Maintenance Solutions
    • Custom Solutions
    • Upgrade Solutions
    • Training and Mentoring
    • Web Solutions
    • Production Support
    • Architecture Designing
    • Independent Validation and Testing Services
    • Infrastructure Management
  • Expertise
    • Microsoft Development Expertise
    • Mobile Development
    • SQL Server Database and BI
    • SAP BI, SAP Hana, SAP BO
    • Oracle and BI
    • Oracle RAC
  • Technical Training
    • Learn Data Management
      • Business Intelligence
      • Data Mining
      • Data Modeling
      • Data Warehousing
      • Disaster Recovery
    • Learn Concepts
      • Application Development
      • Client Server
      • Cloud Computing Tutorials
      • Cluster Computing
      • CRM Tutorial
      • EDI Tutorials
      • ERP Tutorials
      • NLP
      • OOPS
      • Concepts
      • SOA Tutorial
      • Supply Chain
      • Technology Trends
      • UML
      • Virtualization
      • Web 2.0
    • Learn Java
      • JavaScript Tutorial
      • JSP Tutorials
      • J2EE
    • Learn Microsoft
      • MSAS
      • ASP.NET
      • ASP.NET 2.0
      • C Sharp
      • MS Project Training
      • Silverlight
      • SQL Server 2005
      • VB.NET 2005
    • Learn Networking
      • Networking
      • Wireless
    • Learn Oracle
      • Oracle 10g
      • PL/SQL
      • Oracle 11g Tutorials
      • Oracle 9i
      • Oracle Apps
    • Learn Programming
      • Ajax Tutorial
      • C Language
      • C++ Tutorials
      • CSS Tutorial
      • CSS3 Tutorial
      • JavaScript Tutorial
      • jQuery Tutorial
      • MainFrame
      • PHP Tutorial
      • VBScript Tutorial
      • XML Tutorial
    • Learn Software Testing
      • Software Testing Types
      • SQA
      • Testing
  • Career Training
    • Career Improvement
      • Career Articles
      • Certification Articles
      • Conflict Management
      • Core Skills
      • Decision Making
      • Entrepreneurship
      • Goal Setting
      • Life Skills
      • Performance Development
      • Personal Excellence
      • Personality Development
      • Problem Solving
      • Relationship Management
      • Self Confidence
      • Self Supervision
      • Social Networking
      • Strategic Planning
      • Time Management
    • Education Help
      • Career Tracks
      • Essay Writing
      • Internship Tips
      • Online Education
      • Scholarships
      • Student Loans
    • Managerial Skills
      • Business Communication
      • Business Networking
      • Facilitator Skills
      • Managing Change
      • Marketing Management
      • Meeting Management
      • Process Management
      • Project Management
      • Project Management Life Cycle
      • Project Management Process
      • Project Risk Management
      • Relationship Management
      • Task Management
      • Team Building
      • Virtual Team Management
    • Essential Life Skills
      • Anger Management
      • Anxiety Management
      • Attitude Development
      • Coaching and Mentoring
      • Emotional Intelligence
      • Stress Management
      • Positive Thinking
    • Communication Skills
      • Conversation Skills
      • Cross Culture Competence
      • English Vocabulary
      • Listening Skills
      • Public Speaking Skills
      • Questioning Skills
    • Soft Skills
      • Assertive Skills
      • Influence Skills
      • Leadership Skills
      • Memory Skills
      • People Skills
      • Presentation Skills
    • Finding a Job
      • Etiquette Tips
      • Group Discussions
      • HR Interviews
      • Interview Notes
      • Job Search Tips
      • Resume Tips
      • Sample Resumes
 

Special Triggers in the Template Form in Oracle Apps 11i

By Exforsys | on July 3, 2005 |
Oracle Apps

This document provides an overview of the Special Triggers in the Template Form. The template form contains many form level triggers. These triggers are required for the proper operation of other routines. They are also aid in making the form respond to and behave properly in case of standard events. These triggers must not be deleted or to ensure the proper functioning of the form. Also, code can be added to these triggers but, the existing text must not be deleted.

Figure: 3 Template Form triggers

These triggers are listed below:

  • KEY–CLRFRM
  • KEY–COMMIT
  • KEY–DUPREC
  • KEY–EDIT
  • KEY–EXIT
  • KEY–HELP
  • KEY–LISTVAL
  • KEY–MENU
  • ON–ERROR
  • POST–FORM
  • PRE–FORM
  • WHEN–FORM–NAVIGATE (reference)
  • WHEN–NEW–BLOCK–INSTANCE
  • WHEN–NEW–FORM–INSTANCE
  • WHEN–NEW–ITEM–INSTANCE
  • WHEN–NEW–RECORD–INSTANCE
  • WHEN–WINDOW–CLOSED
  • WHEN–WINDOW–RESIZED

User–Named Triggers:

  • ACCEPT
  • CLOSE_THIS_WINDOW (reference)
  • CLOSE_WINDOW
  • EXPORT (referenced)
  • FOLDER_ACTION
  • FOLDER_RETURN_ACTION
  • LASTRECORD (reference)
  • MENU_TO_APPCORE (reference)
  • QUERY_FIND
  • STANDARD_ATTACHMENTS (reference)
  • ZOOM (reference)

You cannot change triggers that are referenced into the form.

Triggers That Often Require Some Modification

ACCEPT: This trigger is executed when ‘Action, Save and Proceed’ menu choice is invoked. It saves and moves to the next record of the block specified as the First Navigation Block.

KEY–DUPREC: This trigger disables the default duplicate record functionality of Oracle Forms.

KEY–CLRFRM: This trigger validates the record before attempting to clear the form.

KEY–LISTVAL: This trigger is invoked when the LOV is invoked / in case of flexfield operations.

ON–ERROR: This trigger is executed when an error occurs and it processes all errors, server or client side, using Message Dictionary calls.

WHEN–NEW–FORM–INSTANCE: This trigger as executed when a new form is opened.

WHEN–NEW–RECORD–INSTANCE: This trigger is executed when the cursor navigates to a new record.

WHEN–NEW–BLOCK–INSTANCE: This trigger is executed when the cursor navigates to a new block.

WHEN–NEW–ITEM–INSTANCE: This trigger is executed when the cursor navigates to a new field.

Triggers That Cannot Be Modified

Oracle Applications does not support the modification of the following form–level triggers in any way.

CLOSE_THIS_WINDOW: This trigger invokes APP_CUSTOM.CLOSE_WINDOW from the menu Action–>Close Window.

CLOSE_WINDOW: This trigger processes all window close events. Code that processes the close window events must reside in the APP_CUSTOM.CLOSE_WINDOW package

EXPORT: This trigger processes invocation of the”Action, Export” menu choice.

FOLDER_ACTION: This trigger processes invocation of entries on the Folder menu.

EXPORT: This trigger processes invocation of the”Action, Export” menu choice.

FOLDER_ACTION: This trigger processes invocation of entries on the Folder menu.

KEY–COMMIT: This trigger processes commits in normal or called forms.

KEY–EDIT: This trigger performs flexfield operations, or Calendar or Editor Invocation.

KEY–EXIT: This trigger processes Close events, and leaves enter–query mode.

KEY–HELP: This trigger invokes the Window Help system.

LASTRECORD: This trigger processes the menu event Go–>Last Record.

MENU_TO_APPCORE: This trigger supports the Special menu.

STANDARD_ATTACHMENTS: This trigger processes invocation of the Attachments menu entry or toolbar button.

WHEN–WINDOW–CLOSED: This trigger centralizes window close events from the Oracle Applications or Window Manager menu.

WHEN-FORM-NAVIGATE: You cannot modify this referenced trigger. It enables certain standard behaviors, such as normalizing a minimized form when it is navigated to. You cannot modify this referenced trigger. It enables certain standard behaviors, such as normalizing a minimized form when it is navigated to.

ZOOM: This trigger processes invocation of the”Action, Zoom” menu choice or toolbar button.

Frequently Asked Questions

1. What is Template form?

2. Why is the template form used?

3. What are the major components of the template form?

4. What are the libraries attached to the template form?

5. What is the Use of APPCORE library?

6. What is the use of GLOBE library?

7. What is the significance of CUSTOM library?

8. Name a few special triggers in the template form?

9. Which triggers cannot be modified?

10. How can custom code be executed for various events?

« « Oracle Apps Template Form
VB.NET Validation Controls » »

Author Description

Avatar

Editorial Team at Exforsys is a team of IT Consulting and Training team led by Chandra Vennapoosa.

Free Training

RSSSubscribe 394 Followers
  • Popular
  • Recent
  • Oracle Apps 11i : Asset Management – Manual and Quick Additions

    October 9, 2005 - 0 Comment
  • Oracle Apps 11i Installation – System Requirements

    May 22, 2005 - 0 Comment
  • Oracle Apps Template Form

    July 3, 2005 - 0 Comment
  • Oracle Apps 11i : Asset Management – Mass Additions

    October 9, 2005 - 0 Comment
  • Oracle Apps 11i – Using Rapid install and the Steps Before Apps Installation

    May 24, 2005 - 0 Comment
  • Oracle Apps 11i: Setting up Chart Of Accounts (COA)

    August 14, 2005 - 0 Comment
  • Oracle Apps 11i : Asset Management – Asset Adjustments

    October 12, 2005 - 0 Comment
  • Single Node and Multi Node Installation Part 1

    May 28, 2005 - 0 Comment
  • Creating New Forms in Oracle Apps 11i

    July 17, 2005 - 0 Comment
  • Oracle Apps 11i : Asset Management – Mass Transfers

    October 12, 2005 - 0 Comment
  • Oracle Reports 6i

    December 13, 2005 - 0 Comment
  • Oracle Apps 11i : Asset Management – Journal Entries

    October 16, 2005 - 0 Comment
  • Oracle Apps 11i : Asset Management – Retirements

    October 16, 2005 - 0 Comment
  • Oracle Apps 11i : Asset Management – Depreciation

    October 13, 2005 - 0 Comment
  • Oracle Apps 11i : Asset Management – Mass Transfers

    October 12, 2005 - 0 Comment
  • Oracle Apps 11i : Asset Management – Asset Adjustments

    October 12, 2005 - 0 Comment
  • Oracle Apps 11i : Asset Management – Mass Additions

    October 9, 2005 - 0 Comment
  • Oracle Apps 11i : Asset Management – Manual and Quick Additions

    October 9, 2005 - 0 Comment
  • Oracle Apps 11i : Asset Management – Asset Books Regions

    October 9, 2005 - 0 Comment
  • Oracle Apps 11i : Asset Management – Asset Book Positioning

    October 9, 2005 - 0 Comment

Exforsys e-Newsletter

ebook
 

Related Articles

  • Oracle Reports 6i
  • Oracle Apps 11i : Asset Management – Journal Entries
  • Oracle Apps 11i : Asset Management – Retirements
  • Oracle Apps 11i : Asset Management – Depreciation
  • Oracle Apps 11i : Asset Management – Mass Transfers

Latest Articles

  • Project Management Techniques
  • Product Development Best Practices
  • Importance of Quality Data Management
  • How to Maximize Quality Assurance
  • Utilizing Effective Quality Assurance Strategies
  • Sitemap
  • Privacy Policy
  • DMCA
  • Trademark Information
  • Contact Us
© 2023. All Rights Reserved.IT Training and Consulting
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.AcceptReject Read More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT