DBA Data[Home] [Help]

APPS.LNS_UTILITY_PUB dependencies on RA_CUST_TRX_TYPES

Line 885: from ra_cust_trx_types tty

881: is
882: cursor c_document_type(p_type varchar2)
883: is
884: select tty.name
885: from ra_cust_trx_types tty
886: ,lns_system_options lso
887: where tty.cust_trx_type_id = decode(p_type, 'PRIN', lso.trx_type_id, 'INT', lso.interest_trx_type_id, 'FEE', lso.fee_trx_type_id);
888: l_name varchar2(20);
889: