CDR_FILE_PROCESSOR
Groups
CDR_FILE_PROCESSOR
Col # | Column Name | Data Type | Field Length | Not 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 File Processor Framework).