DBA Data[Home] [Help]

APPS.SSP_STP_BUS SQL Statements

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

Line: 47

	select	*
	from	ssp_withholding_reasons
	where	reason_id = p_rec.reason_id;
Line: 89

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

End insert_validate;
Line: 107

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

End update_validate;
Line: 125

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

End delete_validate;