Events That Can Be Captured Using CUSTOM.pll


All the forms in Oracle Applications send the following triggering events to CUSTOM.pll:
·         SPECIAL1-45
·         WHEN-NEW-FORM-INSTANCE
·         WHEN-NEW-BLOCK-INSTANCE
·         WHEN-NEW-RECORD-INSTANCE
·         WHEN-NEW-ITEM-INSTANCE
·         WHEN-VALIDATE-RECORD [Most forms]

In addition to the preceding events, CUSTOM.pll sends the following events to HRMS forms:
·         PRE-DELETE
·         PRE-INSERT
·         PRE-UPDATE
·         POST-DELETE
·         POST-INSERT
·         POST-UPDATE
·         POST-FORMS-COMMIT
·         WHEN-CREATE-RECORD
·         KEY-DELREC

In certain cases, it becomes necessary to disable the effect of CUSTOM.pll temporarily. This can be done by selecting Help | Diagnostics | Custom Code | Off from Oracle Applications. When you select this option, you will be prompted to confirm the disabling of CUSTOM.pll. This change will be effective only for your current session into which you have logged in, and will not impact any other users of E-Business Suite.