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

E22564-02

oracle.apps.fnd.applseed.rt.extract
Class Extract2

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

public final class Extract2
extends java.lang.Object

This class handles the command line interface to initiate a Seed Data Extract. Single Command Line parameter is name of command file containing parameters in Property File format. Or paramaters passed directly on the command line. Command file should contain following properties: AM = (fully qualified name of Seed Data configured Application Moodule) ! AMConfig = (Application Module run-time Configuration name) ! VO = (Driver View object instance name from App Module) ! ViewCriteria = (comma delimited list of ViewCriteria names to apply at run-time when extracting data from Driver View Object) ~ BindVariables = (comma delimited list of name=value pairs of BindVariable names to set for the given ViewCriteria names) ~ ExtractRootPath = (full path name to root location where Extract files will be created. Uses default of user home dir if not set.) ~ ProcessMode = (VCS_MODE | DEV_MODE | TEST_MODE) ~ PartitionKeyValues = (comma dilimited list of partition key value strings to use for partition of unique extract files) ! = Required parameter, must be set to perform Extract ~ = Optional parameter


Method Summary
static int extractCmdline(SDExtractParams extractParams)
          Main execution point for Seed Data Extract command line client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

extractCmdline

public static int extractCmdline(SDExtractParams extractParams)
Main execution point for Seed Data Extract command line client.

Parameters:
extractParams - Parsed parameters.

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

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.