Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

CDR_FILE_PROCESSOR

Col #Column NameData TypeField LengthNot Null?Data Def.Comments
1

ID

NUMBER

22

N

 Primary key
2

NAME

VARCHAR2

250

Y

 Name of file processor.
3

CODE

VARCHAR2

100

Y

 Code for sub-classing (For loading CODE = 'LOADER' : For exporting CODE = 'GENERATOR'.
4

DESCRIPTION

VARCHAR2

250

Y

 Description of file processor.
5

CDR_FILE_DEF_ID

NUMBER

22

Y

 File definition ID of CDR_FILE_DEF processed by this CDR_FILE_PROCESSOR record
6

FILE_TRANSMITTER_ID

NUMBER

22

Y

 References FILE_TRANSMITTER.ID for path configuration/info
7

BRAND_ID

NUMBER

22

Y

 ID of BRAND that will be processed by this CDR_FILE_PROCESSOR record. Used only for generating export files.

The CDR File Processor handles both loading and generation (export) of CDR files (see /wiki/spaces/Integration/pages/119155850).

  • No labels