DBA Data[Home] [Help]

APPS.PAY_SEU_SHD SQL Statements

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

Line: 58

    select
       element_type_usage_id
      ,element_type_id
      ,inclusion_flag
      ,run_type_name
      ,exclusion_rule_id
      ,object_version_number
    from	pay_shadow_ele_type_usages
    where	element_type_usage_id = p_element_type_usage_id;
Line: 129

    select
       element_type_usage_id
      ,element_type_id
      ,inclusion_flag
      ,run_type_name
      ,exclusion_rule_id
      ,object_version_number
    from	pay_shadow_ele_type_usages
    where	element_type_usage_id = p_element_type_usage_id
    for	update nowait;