DBA Data[Home] [Help]

APPS.HXC_DRU_SHD SQL Statements

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

Line: 75

    select
       data_app_rule_usage_id
      ,approval_style_id
      ,time_entry_rule_id
      ,time_recipient_id
      ,object_version_number
    from	hxc_data_app_rule_usages
    where	data_app_rule_usage_id = p_data_app_rule_usage_id;
Line: 145

    select
       data_app_rule_usage_id
      ,approval_style_id
      ,time_entry_rule_id
      ,time_recipient_id
      ,object_version_number
    from	hxc_data_app_rule_usages
    where	data_app_rule_usage_id = p_data_app_rule_usage_id
    for	update nowait;