DBA Data[Home] [Help]

APPS.GHR_PDI_BUS SQL Statements

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

Line: 53

select 'X' from
dual
where p_category in ('ACTIVE','INACTIVE','STANDARD','CANCELED');
Line: 768

Procedure chk_non_updateable_args(p_rec IN ghr_pdi_shd.g_rec_type)

IS

l_proc 	varchar2(72)	:= g_package || 'chk_non_updateable_args';
Line: 841

END CHK_NON_UPDATEABLE_ARGS;
Line: 846

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

End insert_validate;
Line: 934

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

End update_validate;
Line: 1014

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

End delete_validate;