KCRT_FG_SLA_INT
This table is a child table of KCRT_REQUESTS_INT. This table is used to import data into KCRT_FG_SLA. This table is processed through the java report that calls a PL/SQL package that can be run either from the command line or through the report job scheduler. This allows the user to immediately run the interface while also allowing for scheduled processing. The PL/SQL package queries this table, validates against appropriate tables and imports into the production tables. It can also release the request, depending on its status, by calling the Workflow APIs.
Foreign Keys
Primary Key Table |
Primary Key Column |
Foreign Key Column |
---|---|---|
KCRT_REQUESTS_INT |
TRANSACTION_ID |
PARENT_TRANSACTION_ID |
KCRT_REQUESTS |
REQUEST_ID |
REQUEST_ID |
KCRT_REQUEST_TYPES_NLS |
REQUEST_TYPE_ID |
REQUEST_TYPE_ID |
Column Descriptions
Column Name |
Null? |
Data Type |
Description |
---|---|---|---|
GROUP_ID |
NOT NULL |
NUMBER |
Value used to tie records in the interface tables together. Most of the database processing is done based on this value. The value must be the same as the parent's group_ID in the KCRT_REQUESTS_INT table. |
TRANSACTION_ID |
NOT NULL |
NUMBER |
System-generated record identifier |
PARENT_TRANSACTION_ID |
NOT NULL |
NUMBER |
Links this table to TRANSACTION_ID in KCRT_REQUESTS_INT |
REQUEST_ID |
NULLABLE |
NUMBER |
Refers to the REQUEST_ID in the KCRT_REQUESTS table |
REQUEST_TYPE_ID |
NULLABLE |
NUMBER |
Request type ID used by this request |
SERVICE_REQUESTED_DATE |
NULLABLE |
DATE |
Date that the service was requested |
SLA_LEVEL_CODE |
NULLABLE |
VARCHAR2(30) |
Service level agreement level. See lookup type 'DEM - SLA Level' |
SLA_LEVEL |
NULLABLE |
VARCHAR2(100) |
Service level agreement level. See lookup type 'DEM - SLA Level' |
VIOLATION_DATE |
NULLABLE |
DATE |
Date that the SLA rule was violated |
SERVICE_SATISFIED_DATE |
NULLABLE |
DATE |
Date that the service was satisfied |
Indexes
Index Name |
Index Type |
Sequence |
Column Name |
---|---|---|---|
KCRT_FG_SLA_INT_N1 |
NONUNIQUE |
1 |
GROUP_ID |
KCRT_FG_SLA_INT_N1 |
NONUNIQUE |
2 |
TRANSACTION_ID |
Sequences
This table uses no sequences.