DBA Data[Home] [Help]

APPS.PAY_PWA_BUS SQL Statements

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

Line: 79

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

End insert_validate;
Line: 100

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

End update_validate;
Line: 121

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

End delete_validate;
Line: 144

    select a.legislation_code
    from   per_business_groups a,
           pay_wci_accounts b
    where b.account_id      = p_account_id
    and   a.business_group_id = b.business_group_id;