DBA Data[Home] [Help]

APPS.PAY_PWO_BUS SQL Statements

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

Line: 91

SELECT job_id
FROM   per_jobs_v
WHERE  business_group_id = p_bg_id
AND    job_id = p_job_id;
Line: 129

Procedure insert_validate(p_rec in pay_pwo_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'insert_validate';
Line: 158

End insert_validate;
Line: 163

Procedure update_validate(p_rec in pay_pwo_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'update_validate';
Line: 179

End update_validate;
Line: 184

Procedure delete_validate(p_rec in pay_pwo_shd.g_rec_type) is
--
  l_proc  varchar2(72) := g_package||'delete_validate';
Line: 194

End delete_validate;
Line: 207

    select a.legislation_code
    from   per_business_groups a,
           pay_wci_occupations b
    where b.occupation_id      = p_occupation_id
    and   a.business_group_id = b.business_group_id;