ADD_LOADER

Add new CFI-Loader.

Table: CFIADM.CFI_LOADER (Generic CFI loader definitions)

Parameter Name

Properties

Default Value

Parameter Description

p_ldr_name

(PK)(NN)

Name of the loader process for a specific file

p_tsa_retention

(NN)

10

Number of days until (historized) data will be removed from TSA tables

p_priority

(NN)

999

Numeric value (integer) defining the order in which loads are executed if two or more loads are pending for the same LDR_NAME and BDOMAIN (lower values are loaded first)

p_use_ultimo_shift

(NN)

FALSE

if true and calendar ultimo <> business ultimo –> BDATE will be shifted to calendar ultimo. Possible values: true or false

Example

EXECUTE SCRIPT api_cfiadm.add_loader
            ( 'XXX'      -- p_ldr_name
            , 10         -- p_tsa_retention
            , 999        -- p_priority
            , FALSE      -- p_use_ultimo_shift
            );