DBA Data[Home] [Help]

APPS.ALR_PROFILE SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 49

       select profile_option_value
       from   alr_profile_options
       where  profile_option_name = NAME_Z;
Line: 73

    ** PUT - Update or Insert a profile option value
    */
    procedure PUT(NAME in varchar2, VAL in varchar2) is
        TABLE_INDEX binary_integer;