APPS.GL_MANAGEMENT_SEGMENT_UPGRADE dependencies on DBA_SEQUENCES
Line 116: FROM dba_sequences
112: IF (FND_INSTALLATION.get_app_info('SQLGL', status, industry, schema)) THEN
113:
114: SELECT order_flag
115: INTO seq_in_order 116: FROM dba_sequences 117: WHERE sequence_owner = schema
118: AND sequence_name = 'GL_JE_BATCHES_S';
119:
120: IF (seq_in_order = 'N') THEN