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

E22562-07

oracle.apps.fnd.applcore.dt.flex.wizard.registration.generator
Class DffDataLoader

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.wizard.registration.generator.DffDataLoader

public class DffDataLoader
extends java.lang.Object

DFF Data Loader using the Flexfield PL/SQL APIs.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/applcore/applications/DesignTime/DT/src/oracle/apps/fnd/applcore/dt/flex/wizard/registration/generator/DffDataLoader.java /st_atgpf_pt-11.1.1.7.0/6 2013/05/01 20:59:43 mluetchf Exp $
mluetchf

Method Summary
static void loadFlexfield(java.sql.Connection conn, FlexfieldRegistrationWizardModel model)
          Load the flexfield into the database using the connection supplied and the model information collected in the wizard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

loadFlexfield

public static void loadFlexfield(java.sql.Connection conn,
                                 FlexfieldRegistrationWizardModel model)
Load the flexfield into the database using the connection supplied and the model information collected in the wizard. Based on the model information, this method will attempt to insert a new flexfield, new flexfield usage or update the flexfield/flexfield usage. The update is defensive in only changing information that is not matched in the model. It will only remove information that is not in the model provided.

Parameters:
conn -
model -

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.