DBA Data[Home] [Help]

APPS.FA_CAPITALIZE_CIP_PKG1 dependencies on DUAL

Line 373: from sys.dual;

369: else /* if not 'TABLE' */
370:
371: select FA_METHODS_S.NEXTVAL
372: into h_method_id
373: from sys.dual;
374:
375: -- need to derive more values to distinguish between
376: -- STL and Formula methods. Can't use cache as life
377: -- is unknown so like the function in calc engine,