DBA Data[Home] [Help]

APPS.ASF_ERR_REP_PKG SQL Statements

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

Line: 60

		INSERT INTO as_ls_errs (error_id, dir_flag,error_status,
					 error_type_id,error_num,error_code,
					 error_text, transaction_id,
					 lead_id,partner_id,error_cre_date)
		VALUES
					 (as_ls_errs_s.nextval,p_dir_flag,
					  'O',t_error_type_id,p_error_num,
					  p_error_code,p_error_text,
					  p_transaction_id,p_lead_id,
					  p_partner_id,sysdate);