DBA Data[Home] [Help]

APPS.HR_LEGISLATION_SUBGROUPS_PKG_1 SQL Statements

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

Line: 10

  select 'x'
  from hr_legislation_subgroups
  where legislation_code = p_legis_code
  and legislation_subgroup = p_legis_sub
  and (p_rowid is null
   or (p_rowid is not null and chartorowid(p_rowid) <> rowid));