DBA Data[Home] [Help]

APPS.OE_PAYMENT_TRXN_UTIL dependencies on IBY_CREDITCARD

Line 2327: from iby_creditcard

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;