PROVISIONING_TASK
Groups
PROVISIONING_TASK
Column Name | Data Type | Â | Not Null? | Data Def. | Comments |
---|---|---|---|---|---|
ID | NUMBER | 22 | N | Â | Primary key |
SERVICE_ID | NUMBER | 22 | Y | Â | Service to which the task belongs |
WORKFLOW_ID | NUMBER | 22 | Y | Â | Workflow processing the task |
STATUS_ID | NUMBER | 22 | Y | Â | Task status: 0-new, 1-sent, 2-completed, 3-error, 4-cancelled, 5-fatal error, 6-response received, 7-internal error, 8-workflow started, 10-request created |
CREATE_DATE | DATE | 7 | Y | Â | Date of creating the task |
NETWORK_ID | NUMBER | 22 | Y | Â | Network operator handling the task |
START_DATE | DATE | 7 | Y | Â | Date of starting the task |
PRIORITY | VARCHAR2 | 40 | Y | Â | Task priority |
DESCRIPTION | VARCHAR2 | 100 | Y | Â | Task description |
COMMENTS | VARCHAR2 | 4000 | Y | Â | Additional task description |
NETWORK | VARCHAR2 | 40 | Y | Â | Name of network operation |
PROVISIONING_AGENT | VARCHAR2 | 40 | Y | Â | Name of agent handling the task |
CODE | VARCHAR2 | 40 | Y | Â | Type of task as described by the following:
|
END_DATE | DATE | 7 | Y | Â | Date of ending the task |
RESULT | VARCHAR2 | 4000 | Y | Â | Result of the task |
ICC | VARCHAR2 | 40 | Y | Â | ICC (Integrated Circuit Number) number |
MSISDN | VARCHAR2 | 40 | Y | Â | MSISDN (Mobile Station Integrated Services Digital Network) number |
REFERENCE | VARCHAR2 | 40 | Y | Â | Â |
COMPLETE_DATE | DATE | 7 | Y | Â | Date of completing task |
TRIES | NUMBER | 22 | Y | Â | Â |
CHECK_DATE | DATE | 7 | Y | Â | For asynchronous cases - updated when reader engine polls the provisioning result |
OLDICC | VARCHAR2 | 40 | Y | Â | Previous ICC number |
PARENT_TASK_ID | NUMBER | 22 | Y | Â | Parent task to which current task belongs |
OBJECT_ID | VARCHAR2 | 200 | Â | Â | With v 9.8 |
OBJECT_CLASS_NAME | VARCHAR2 | 200 | Â | Â | With v 9.8 |
Contains all requests sent to the provisioning gateway