DBA Data[Home] [Help]

APPS.HXC_LCK_SHD SQL Statements

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

Line: 49

    select
       locker_type_id
      ,locker_type
      ,process_type
    from        hxc_locker_types
    where       locker_type_id = p_locker_type_id;
Line: 109

    select
       locker_type_id
      ,locker_type
      ,process_type
    from        hxc_locker_types
    where       locker_type_id = p_locker_type_id
    for update nowait;