DBA Data[Home] [Help]

APPS.FA_CAPITALIZE_CIP_PKG1 dependencies on DUAL

Line 343: from sys.dual;

339: else /* if not 'TABLE' */
340:
341: select FA_METHODS_S.NEXTVAL
342: into h_method_id
343: from sys.dual;
344:
345: -- need to derive more values to distinguish between
346: -- STL and Formula methods. Can't use cache as life
347: -- is unknown so like the function in calc engine,