DBA Data[Home] [Help]

APPS.FV_DC_ASSIGN_FINANCE_CHRG dependencies on FV_RA_CUSTOMER_TRX_S

Line 757: SELECT fv_ra_customer_trx_s.nextval

753: END IF;
754:
755: IF (p_retcode = g_SUCCESS) THEN
756: BEGIN
757: SELECT fv_ra_customer_trx_s.nextval
758: INTO l_dm_trx_number
759: FROM dual;
760: EXCEPTION
761: WHEN OTHERS THEN

Line 764: l_location := l_module_name||'.select_fv_ra_customer_trx_s';

760: EXCEPTION
761: WHEN OTHERS THEN
762: p_retcode := g_FAILURE;
763: p_errbuf := SQLERRM;
764: l_location := l_module_name||'.select_fv_ra_customer_trx_s';
765: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,l_location) ;
766: fv_utility.log_mesg(fnd_log.level_unexpected, l_location,p_errbuf) ;
767: END;
768: END IF;