Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width33%

Groups

Wiki Markup
{float:left|width=200px|background=lightgrey|border=solid blue 2px|margin=1px|padding=0px}
{children:page=Rator DB ER Diagram Navigator|depth=1|excerpt=trueindent=1px}
{float}
Column
width33%

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.
Column
width33%

The CDR File Processor handles both loading and generation (export) of CDR files (see File Processor Framework).