PL/SQL Library CORE_LSTF

Subelements:

Program Units( 4 )

Program Units

Name

Comment

CORE_LSTB

Contains the functions and procedures used in a general listing block inside a read-only listing form.

CORE_LSTF

The functions used by the read only listing form.

CORE_LSTF

(Package body)

CORE_LSTB

(Package body)

Program Unit   CORE_LSTB  

Contains the functions and procedures used in a general listing block inside a read-only listing form.

Uses the following form related global variables:

Uses the following form parameters:

Program Unit properties

Value

Program Unit Type Package Spec

Member index:

Method name Comment
WNRI  The handler function of the WHEN-NEW-RECORD-INSTANCE trigger of the listing block.
SHOW_DETAILS  Shows the details of the currently selected record

Procedure  WNRI

The handler function of the WHEN-NEW-RECORD-INSTANCE trigger of the listing block. It applies the required current record visual attribute for the listing block.

Base definition:

PROCEDURE WNRI


Procedure  SHOW_DETAILS

Shows the details of the currently selected record

Base definition:

PROCEDURE SHOW_DETAILS

Program Unit   CORE_LSTF  

The functions used by the read only listing form.
Form related global variables used by the package:

Program Unit properties

Value

Program Unit Type Package Spec

Member index:

Method name Comment
PRE_FORM  Initialises the basic settings of the form: - getting the form id and placing it
WNFI  The when-new-form-instance handler
SELECT_EXIT  Returns to the calling form with the ID of the currently selected row.

Procedure  PRE_FORM

Initialises the basic settings of the form: - getting the form id and placing it

Base definition:

PROCEDURE PRE_FORM


Procedure  WNFI

The when-new-form-instance handler

Base definition:

PROCEDURE WNFI


Procedure  SELECT_EXIT

Returns to the calling form with the ID of the currently selected row. It places the ID in a form specific global variable

Base definition:

PROCEDURE SELECT_EXIT