Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.rt.extract.util
Class ExConstants

java.lang.Object
  extended by oracle.apps.fnd.applseed.rt.extract.util.ExConstants

public final class ExConstants
extends java.lang.Object

This class contains constant definitions used in the Seed Data Extract Module.


Field Summary
static java.lang.String AM_ATTRIB
          am string.
static java.lang.String AM_NAME
          seedArgsMap key entry containing the Application Module name.
static java.lang.String APPLICATIONID_ATTRIB_NAME
          ApplicationId Attribute Name on View Object.
static java.lang.String BIND_NODE_NAME
          BindVariable node name.
static java.lang.String BIND_VARIABLES
          seedArgsMap key entry containing the Map of Bind variable names and values.
static java.lang.String COLON_STR
          Colon : string.
static java.lang.String COMMA_STR
          Comma string.
static java.lang.String CRITERIA_NAMES
          seedArgsMap key entry containing the List of Criteria names to apply.
static java.lang.String CVN_ATTRIB
          config version number attribute.
static java.lang.String DBURL
          seedArgsMap key entry containing the dburl connect string.
static java.lang.String DBUSER
          seedArgsMap key entry containing the dbuser parm.
static java.lang.String DEBUG_MODE
          seedArgsMap key entry containing the Boolean Debug mode flag.
static java.lang.String DELIVERY_MODE_ATTRIB
          deliverymode attribute, ship or noship.
static java.lang.String DIRSEP
          OS dependent directory separator character.
static java.lang.String DOLLAR_SIGN
          Dollar sign.
static java.lang.String DOT_STR
          Dot .
static java.lang.String EID_ARG
          seedArgsMap key entry containing Enterprise Id, for multi-tenancey support.
static java.lang.String EQUALS_STR
          Equals = sign string.
static java.lang.String EXTRACT_SAVEFILE_PROP
          System property key name for Seed Extract save file location.
static java.lang.String EXTRACTLIST_FILE_EXT
          Extract file list serialized file extension.
static short FETCH_SIZE
          Fetch size value to use during data extract from table.
static java.lang.String FILEPATH_ATTRIB
          filepath attribute, taxonomy file path location of extract file.
static java.lang.String FILEVERSION_ATTRIB
          fileversion root node attribute, current version of file.
static java.lang.String FORCE_SINGLE_PARTITION
          seedArgsMap key entry for force single partitioning flag.
static java.lang.String ISEFF_DATED_ATTRIB
          Is Effective Dated model root attribute.
static java.lang.String ISTRANS_ATTRIB
          Translatable model root atttibute.
static java.lang.String LANGUAGE_CODES
          seedArgsMap key entry containing Language codes to extract, eg US, ES, FR.
static java.lang.String LIKE_OPER_STR
          SQL LIKE operator string.
static java.lang.String LOG_HANDLER
          seedArgsMap key entry containg the Log Handler class to use.
static java.lang.String LOG_LEVEL
          seedArgsMap key entry for the Log Level setting.
static java.lang.String LOGGER_ARGS_KEY
          seedArgsMap key entry containing the Logger class to use.
static java.lang.String METADATA_NODE_NAME
          Seed metadata node name string.
static java.lang.String MODULEID_ATTRIB_NAME
          Module Id Attribute Name on View Object.
static java.lang.String NAME_ATTRIB
          name node attribute.
static java.lang.String ORACLE_APPS_PKG
          Oracle Applications package name.
static java.lang.String ORDER_BY
          Order by string
static java.lang.String PARTITION_KEY_VALUES
          seedArgsMap key entry containing the parition key value list.
static java.lang.String PARTITION_KEYIDS
          seedArgsMap key entry containing Partition key id values (ModuleId or AppId).
static java.lang.String PARTITION_KEYNAMES
          seedArgsMap key entry containing Partition key name values, App or LBA.
static java.lang.String PARTITIONKEY_BIND_NAME
          Taxonomy Partition Bind name created at run-time.
static java.lang.String PARTITIONKEY_CRITERIA_NAME
          Taxonomy Partition Criteria name created at run-time.
static java.lang.String PARTKEYATTR_ATTRIB
          partition key attribute name on vo, root node attribute.
static java.lang.String PARTKEYVAL_ATTRIB
          partition key value, root node attribute.
static java.lang.String PROCESS_MODE
          seedArgsMap key entry containing the Boolean Test mode flag.
static java.lang.String PVO_SUFFIX
          Public View Object suffix designation.
static java.lang.String RCS_HEADER
          RCS Header String.
static java.lang.String ROOT_PATH
          seedArgsMap key entry containing the String Root Path.
static java.lang.String ROOTNODE_NAME
          Root node name.
static java.lang.String ROWCOUNT_ATTRIB
          rowcount attribute, count of all rows in the file
static java.lang.String ROWCOUNT_ATTRIB_PLACE_HOLDER
           
static java.lang.String ROWKEY_ATTRIB
          Row Key xml node attribute.
static java.lang.String ROWVER_ATTRIB
          Row Version xml node attribute.
static java.lang.String SD_SUFFIX
          Seed Data extract file suffix designation.
static java.lang.String SDF_FILEFMT_VER
          File Format version, bump this up when introducing incompatiable change to seed file format/schema.
static java.lang.String SEEDDATA_ELEMENT
          XML output root node name.
static java.lang.String SEEDNODE_ATTRIB
          Seed node indicator attribute name string.
static java.lang.String SINGLE_QUOTE_STR
          Single quote ' string.
static java.lang.String SPACE_STR
          Single space string.
static java.lang.String TAXONOMYAM_NAME
           
static java.lang.String TAXONOMYWSAM_NAME
           
static java.lang.String VALUE_ATTRIB
          value node attribute.
static java.lang.String VC_NODE_NAME
          ViewCriteria node name.
static java.lang.String VERSION_JBO_LABEL
           
static java.lang.String VERSION_SDF_FILEFMT
           
static java.lang.String VERSION_SDF_LABEL
           
static java.lang.String VO_ATTRIB
          vo string.
static java.lang.String VO_NAME
          seedArgsMap key entry containing the driver VO name.
static java.lang.String VO_SUFFIX
          View Object suffix designation.
static java.lang.String WILDCARD_CHAR_STR
          SQL wildcard char string.
static java.lang.String XLF_FILE_EXT
          XLIFF file extension.
static java.lang.String XML_FILE_EXT
          XML file extension.
static java.lang.String XML_NAME_SPACE
          The unique namespace name to use for Seed Extract files.
static java.lang.String XMLNS_ATTRIB
          xml namespace attribute.
 
Constructor Summary
ExConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEEDDATA_ELEMENT

public static final java.lang.String SEEDDATA_ELEMENT
XML output root node name.

See Also:
Constant Field Values

ROOTNODE_NAME

public static final java.lang.String ROOTNODE_NAME
Root node name.

See Also:
Constant Field Values

DOLLAR_SIGN

public static final java.lang.String DOLLAR_SIGN
Dollar sign.

See Also:
Constant Field Values

RCS_HEADER

public static final java.lang.String RCS_HEADER
RCS Header String.

See Also:
Constant Field Values

FETCH_SIZE

public static final short FETCH_SIZE
Fetch size value to use during data extract from table.

See Also:
Constant Field Values

AM_NAME

public static final java.lang.String AM_NAME
seedArgsMap key entry containing the Application Module name.

See Also:
Constant Field Values

VO_NAME

public static final java.lang.String VO_NAME
seedArgsMap key entry containing the driver VO name.

See Also:
Constant Field Values

DBURL

public static final java.lang.String DBURL
seedArgsMap key entry containing the dburl connect string.

See Also:
Constant Field Values

DBUSER

public static final java.lang.String DBUSER
seedArgsMap key entry containing the dbuser parm.

See Also:
Constant Field Values

CRITERIA_NAMES

public static final java.lang.String CRITERIA_NAMES
seedArgsMap key entry containing the List of Criteria names to apply.

See Also:
Constant Field Values

BIND_VARIABLES

public static final java.lang.String BIND_VARIABLES
seedArgsMap key entry containing the Map of Bind variable names and values.

See Also:
Constant Field Values

PARTITION_KEY_VALUES

public static final java.lang.String PARTITION_KEY_VALUES
seedArgsMap key entry containing the parition key value list.

See Also:
Constant Field Values

ROOT_PATH

public static final java.lang.String ROOT_PATH
seedArgsMap key entry containing the String Root Path.

See Also:
Constant Field Values

DEBUG_MODE

public static final java.lang.String DEBUG_MODE
seedArgsMap key entry containing the Boolean Debug mode flag.

See Also:
Constant Field Values

PROCESS_MODE

public static final java.lang.String PROCESS_MODE
seedArgsMap key entry containing the Boolean Test mode flag.

See Also:
Constant Field Values

LOG_LEVEL

public static final java.lang.String LOG_LEVEL
seedArgsMap key entry for the Log Level setting.

See Also:
Constant Field Values

LOG_HANDLER

public static final java.lang.String LOG_HANDLER
seedArgsMap key entry containg the Log Handler class to use.

See Also:
Constant Field Values

LOGGER_ARGS_KEY

public static final java.lang.String LOGGER_ARGS_KEY
seedArgsMap key entry containing the Logger class to use.

See Also:
Constant Field Values

LANGUAGE_CODES

public static final java.lang.String LANGUAGE_CODES
seedArgsMap key entry containing Language codes to extract, eg US, ES, FR.

See Also:
Constant Field Values

PARTITION_KEYIDS

public static final java.lang.String PARTITION_KEYIDS
seedArgsMap key entry containing Partition key id values (ModuleId or AppId).

See Also:
Constant Field Values

PARTITION_KEYNAMES

public static final java.lang.String PARTITION_KEYNAMES
seedArgsMap key entry containing Partition key name values, App or LBA.

See Also:
Constant Field Values

EID_ARG

public static final java.lang.String EID_ARG
seedArgsMap key entry containing Enterprise Id, for multi-tenancey support.

See Also:
Constant Field Values

FORCE_SINGLE_PARTITION

public static final java.lang.String FORCE_SINGLE_PARTITION
seedArgsMap key entry for force single partitioning flag.

See Also:
Constant Field Values

DIRSEP

public static final java.lang.String DIRSEP
OS dependent directory separator character.


XML_FILE_EXT

public static final java.lang.String XML_FILE_EXT
XML file extension.

See Also:
Constant Field Values

XLF_FILE_EXT

public static final java.lang.String XLF_FILE_EXT
XLIFF file extension.

See Also:
Constant Field Values

EXTRACTLIST_FILE_EXT

public static final java.lang.String EXTRACTLIST_FILE_EXT
Extract file list serialized file extension.

See Also:
Constant Field Values

PVO_SUFFIX

public static final java.lang.String PVO_SUFFIX
Public View Object suffix designation.

See Also:
Constant Field Values

VO_SUFFIX

public static final java.lang.String VO_SUFFIX
View Object suffix designation.

See Also:
Constant Field Values

SD_SUFFIX

public static final java.lang.String SD_SUFFIX
Seed Data extract file suffix designation.

See Also:
Constant Field Values

EXTRACT_SAVEFILE_PROP

public static final java.lang.String EXTRACT_SAVEFILE_PROP
System property key name for Seed Extract save file location.

See Also:
Constant Field Values

APPLICATIONID_ATTRIB_NAME

public static final java.lang.String APPLICATIONID_ATTRIB_NAME
ApplicationId Attribute Name on View Object.

See Also:
Constant Field Values

MODULEID_ATTRIB_NAME

public static final java.lang.String MODULEID_ATTRIB_NAME
Module Id Attribute Name on View Object.

See Also:
Constant Field Values

PARTITIONKEY_BIND_NAME

public static final java.lang.String PARTITIONKEY_BIND_NAME
Taxonomy Partition Bind name created at run-time.

See Also:
Constant Field Values

PARTITIONKEY_CRITERIA_NAME

public static final java.lang.String PARTITIONKEY_CRITERIA_NAME
Taxonomy Partition Criteria name created at run-time.

See Also:
Constant Field Values

ORACLE_APPS_PKG

public static final java.lang.String ORACLE_APPS_PKG
Oracle Applications package name.

See Also:
Constant Field Values

XML_NAME_SPACE

public static final java.lang.String XML_NAME_SPACE
The unique namespace name to use for Seed Extract files.

See Also:
Constant Field Values

EQUALS_STR

public static final java.lang.String EQUALS_STR
Equals = sign string.

See Also:
Constant Field Values

DOT_STR

public static final java.lang.String DOT_STR
Dot . string.

See Also:
Constant Field Values

COLON_STR

public static final java.lang.String COLON_STR
Colon : string.

See Also:
Constant Field Values

SINGLE_QUOTE_STR

public static final java.lang.String SINGLE_QUOTE_STR
Single quote ' string.

See Also:
Constant Field Values

SPACE_STR

public static final java.lang.String SPACE_STR
Single space string.

See Also:
Constant Field Values

COMMA_STR

public static final java.lang.String COMMA_STR
Comma string.

See Also:
Constant Field Values

WILDCARD_CHAR_STR

public static final java.lang.String WILDCARD_CHAR_STR
SQL wildcard char string.

See Also:
Constant Field Values

LIKE_OPER_STR

public static final java.lang.String LIKE_OPER_STR
SQL LIKE operator string.

See Also:
Constant Field Values

VO_ATTRIB

public static final java.lang.String VO_ATTRIB
vo string.

See Also:
Constant Field Values

ISTRANS_ATTRIB

public static final java.lang.String ISTRANS_ATTRIB
Translatable model root atttibute.

See Also:
Constant Field Values

ISEFF_DATED_ATTRIB

public static final java.lang.String ISEFF_DATED_ATTRIB
Is Effective Dated model root attribute.

See Also:
Constant Field Values

AM_ATTRIB

public static final java.lang.String AM_ATTRIB
am string.

See Also:
Constant Field Values

FILEPATH_ATTRIB

public static final java.lang.String FILEPATH_ATTRIB
filepath attribute, taxonomy file path location of extract file.

See Also:
Constant Field Values

XMLNS_ATTRIB

public static final java.lang.String XMLNS_ATTRIB
xml namespace attribute.

See Also:
Constant Field Values

FILEVERSION_ATTRIB

public static final java.lang.String FILEVERSION_ATTRIB
fileversion root node attribute, current version of file.

See Also:
Constant Field Values

PARTKEYATTR_ATTRIB

public static final java.lang.String PARTKEYATTR_ATTRIB
partition key attribute name on vo, root node attribute.

See Also:
Constant Field Values

PARTKEYVAL_ATTRIB

public static final java.lang.String PARTKEYVAL_ATTRIB
partition key value, root node attribute.

See Also:
Constant Field Values

CVN_ATTRIB

public static final java.lang.String CVN_ATTRIB
config version number attribute.

See Also:
Constant Field Values

DELIVERY_MODE_ATTRIB

public static final java.lang.String DELIVERY_MODE_ATTRIB
deliverymode attribute, ship or noship.

See Also:
Constant Field Values

ROWCOUNT_ATTRIB

public static final java.lang.String ROWCOUNT_ATTRIB
rowcount attribute, count of all rows in the file

See Also:
Constant Field Values

ROWCOUNT_ATTRIB_PLACE_HOLDER

public static final java.lang.String ROWCOUNT_ATTRIB_PLACE_HOLDER
See Also:
Constant Field Values

ROWVER_ATTRIB

public static final java.lang.String ROWVER_ATTRIB
Row Version xml node attribute. Tracks the row version for the extract row.

See Also:
Constant Field Values

ROWKEY_ATTRIB

public static final java.lang.String ROWKEY_ATTRIB
Row Key xml node attribute. Tracks the key of the extract row, made up of concatenated key values from the current vo row.

See Also:
Constant Field Values

METADATA_NODE_NAME

public static final java.lang.String METADATA_NODE_NAME
Seed metadata node name string.

See Also:
Constant Field Values

SEEDNODE_ATTRIB

public static final java.lang.String SEEDNODE_ATTRIB
Seed node indicator attribute name string.

See Also:
Constant Field Values

VC_NODE_NAME

public static final java.lang.String VC_NODE_NAME
ViewCriteria node name.

See Also:
Constant Field Values

BIND_NODE_NAME

public static final java.lang.String BIND_NODE_NAME
BindVariable node name.

See Also:
Constant Field Values

NAME_ATTRIB

public static final java.lang.String NAME_ATTRIB
name node attribute.

See Also:
Constant Field Values

VALUE_ATTRIB

public static final java.lang.String VALUE_ATTRIB
value node attribute.

See Also:
Constant Field Values

ORDER_BY

public static final java.lang.String ORDER_BY
Order by string

See Also:
Constant Field Values

SDF_FILEFMT_VER

public static final java.lang.String SDF_FILEFMT_VER
File Format version, bump this up when introducing incompatiable change to seed file format/schema. Loader will need to recognize changes to file format and parse accordingly based on version. Bug 9492108 Track any further version bumps with the reference bug number describing the format change.

See Also:
Constant Field Values

VERSION_JBO_LABEL

public static final java.lang.String VERSION_JBO_LABEL
See Also:
Constant Field Values

VERSION_SDF_LABEL

public static final java.lang.String VERSION_SDF_LABEL
See Also:
Constant Field Values

VERSION_SDF_FILEFMT

public static final java.lang.String VERSION_SDF_FILEFMT
See Also:
Constant Field Values

TAXONOMYAM_NAME

public static final java.lang.String TAXONOMYAM_NAME
See Also:
Constant Field Values

TAXONOMYWSAM_NAME

public static final java.lang.String TAXONOMYWSAM_NAME
See Also:
Constant Field Values
Constructor Detail

ExConstants

public ExConstants()

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.