Zip warning : Name not matched
Hi i have requirement to zip and send email output for given request id . So i have written code like
p_program_name=$0
p_oracle_id=$1
p_user_id=$2
p_username=$3
p_request_id=$4
p_subject=$5
p_email_address=$6
p_file_location=$7
#echo $p_file_location
p_orig_request_id=$8
echo "Displaying program parameters"
echo "p_program_name= "$p_program_name
echo "p_username = "$p_username
echo "p_request_id = "$p_request_id
echo "p_subject = "$p_subject
echo "p_email_address = "$p_email_address
echo "p_file_location = "$p_file_location
#file_name=XLG_FAH_TRANS_STATUS_RPT_"$p_orig_request_id"_1.EXCEL
0