2323: --PADSS start
2324: begin
2325: select encrypted
2326: into l_encrypted
2327: from iby_creditcard
2328: where instrid=x_instrument_id;
2329: exception
2330: when others then
2331: l_encrypted:=null;