DBA Data[Home] [Help]

APPS.FV_CCR_BPN_LOAD_PKG dependencies on DUAL

Line 108: select to_number(nvl(code_count,0)) into countmax from dual;

104: else
105: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_STATEMENT,'Inside CCR_CODES','Extracted counter is NULL');
106: end if;
107:
108: select to_number(nvl(code_count,0)) into countmax from dual;
109: if countmax > 0 then
110: ext_from := ext_to +3;
111: end if;
112: for code_counter in 1..countmax loop