SYSTEM.CURRENT_FORM represents the name of
the form that Form Builder is executing.
The value is always a character string.
PROCEDURE STORE_FORMNAME IS
BEGIN
:GLOBAL.Calling_Form := :System.Current_Form;
END;
APEX$TASK_PK is a substitution string holding the primary key value of the system of records
No comments:
Post a Comment