DBA Data[Home] [Help]

APPS.FA_GAINLOSS_UND_PKG dependencies on DUAL

Line 2009: from dual;

2005:
2006: BEGIN
2007: Select FA_DISTRIBUTION_HISTORY_s.nextval
2008: into new_distid
2009: from dual;
2010: EXCEPTION
2011: when others then
2012: return(false);
2013: END;