Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.flex.common.util
Class DeploymentStatus

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.common.util.DeploymentStatus

public final class DeploymentStatus
extends java.lang.Object

Lists the flexfield deployment statuses.

Oracle Corp.

Field Summary
static java.lang.String DEPLOYED
          Deployed status.
static java.lang.String DEPLOYING
          Deploying status.
static java.lang.String EDITED
          Edited status.
static java.lang.String ERROR
          Error status.
static java.lang.String QUEUED
          Queued status.
static java.lang.String READY
          Ready status.
static java.lang.String READY_NLS
          Ready NLS status.
static java.lang.String SANDBOXED
          Deployed to sandbox status.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDITED

public static final java.lang.String EDITED
Edited status.

See Also:
Constant Field Values

READY

public static final java.lang.String READY
Ready status.

See Also:
Constant Field Values

READY_NLS

public static final java.lang.String READY_NLS
Ready NLS status.

See Also:
Constant Field Values

SANDBOXED

public static final java.lang.String SANDBOXED
Deployed to sandbox status.

See Also:
Constant Field Values

DEPLOYED

public static final java.lang.String DEPLOYED
Deployed status.

See Also:
Constant Field Values

ERROR

public static final java.lang.String ERROR
Error status.

See Also:
Constant Field Values

DEPLOYING

public static final java.lang.String DEPLOYING
Deploying status.

See Also:
Constant Field Values

QUEUED

public static final java.lang.String QUEUED
Queued status.

See Also:
Constant Field Values

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.