DBA Data[Home] [Help]

APPS.PAY_GBE_SHD SQL Statements

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

Line: 63

    select
       grossup_balances_id
      ,start_date
      ,end_date
      ,source_id
      ,source_type
      ,balance_type_id
      ,object_version_number
    from	pay_grossup_bal_exclusions
    where	grossup_balances_id = p_grossup_balances_id;
Line: 135

    select
       grossup_balances_id
      ,start_date
      ,end_date
      ,source_id
      ,source_type
      ,balance_type_id
      ,object_version_number
    from	pay_grossup_bal_exclusions
    where	grossup_balances_id = p_grossup_balances_id
    for	update nowait;