[Home] [Help]
[Dependency Information]
| Object Name: | IGI_CIS_VERIFY_HEADERS_T |
|---|---|
| Object Type: | TABLE |
| Owner: | IGI |
| Subobject Name: | |
| Status: | VALID |
This table includes the contractor details. Data is be inserted into this table when a user submits a concurrent request for verifying the sub contractor details. Subcontractor details are derived from the AP_REPORTING_ENTITIES_ALL table. This table only has one row
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| HEADER_ID | NUMBER | (15) | Yes | Verification header ID. This ID is generated from the IGI_CIS_VERIFY_HEADERS_T_S sequence |
| REQUEST_ID | NUMBER | (15) | Concurrent program request ID that last updated this row | |
| UNIQUE_TAX_REFERENCE_NUM | NUMBER | (15) | Unique tax reference number of the reporting entity | |
| REQUEST_STATUS_CODE | VARCHAR2 | (1) | Request Status | |
| ACCOUNTS_OFFICE_REFERENCE | VARCHAR2 | (30) | Accounts office reference of the reporting entity | |
| CIS_SENDER_ID | VARCHAR2 | (30) | Construction Industry Scheme sender ID | |
| TAX_OFFICE_NUMBER | NUMBER | (15) | Tax office reference of the contractor | |
| PAYE_REFERENCE | VARCHAR2 | (30) | Paye reference for the contractor | |
| PROGRAM_ID | NUMBER | (15) | Concurrent program Who column. The program ID that last updated this row | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent program Who column. The application ID of the program that last updated this row. | |
| PROGRAM_LOGIN_ID | NUMBER | (15) | Identifies the Oracle Applications concurrent program login ID | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent program Who column. The program that last updated this row. | ||
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column. The date the user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column. The user who created this row FK to FND_USER.USER_ID |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column - operating system login of user who last updated this row FK FND_LOGINS.LOGIN_ID | |
| CREATION_DATE | DATE | Yes | Standard Who column. The date this row is created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column. The user who created this row FK to FND_USER.USER_ID. |
Cut, paste (and edit) the following text to query this object:
SELECT HEADER_ID
, REQUEST_ID
, UNIQUE_TAX_REFERENCE_NUM
, REQUEST_STATUS_CODE
, ACCOUNTS_OFFICE_REFERENCE
, CIS_SENDER_ID
, TAX_OFFICE_NUMBER
, PAYE_REFERENCE
, PROGRAM_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_LOGIN_ID
, PROGRAM_UPDATE_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
FROM IGI.IGI_CIS_VERIFY_HEADERS_T;
IGI.IGI_CIS_VERIFY_HEADERS_T does not reference any database object
IGI.IGI_CIS_VERIFY_HEADERS_T is referenced by following:
IGI
IGI_CIS_VERIFY_HEADERS_T#
|
|
|
|