Friday, November 10, 2017

Oracle Form Built-in "BELL"

 Form Built In:- BELL:-
 
Syntax: BELL;
Built-in Type: unrestricted procedure
Enter Query Mode: yes
Description: Sets the terminal bell to ring the next time the terminal screen synchronizes with the internal state of the form. This synchronization can occur as the result of internal processing or as the result of a call to the SYNCHRONIZE built-in subprogram.
Parameters: none

No comments:

Post a Comment

Query to get the list of contexts for each formula type in Oracle Fusion HCM

select t.base_formula_type_name ,      ttl.formula_type_name ,      ttl.description ,      c.base_context_name from   ff_formula_types_b t ,...