[Home] [Help]
[Dependency Information]
| Object Name: | IGC_SLA_CC_PO_PA_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Transaction View for SLA Uptake
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CC_HEADER_ID | NUMBER | Yes | Contract commitment defining column | |
| ORG_ID | NUMBER | (15) | Yes | Organization identifier |
| DOCUMENT_TYPE | CHAR | (2) | Document type | |
| HEADER_TYPE | VARCHAR2 | (1) | Yes | Header type |
| DOC_NUM | VARCHAR2 | (20) | Yes | Document number |
| VERSION_NUM | NUMBER | Yes | Version number | |
| TRANSACTION_DATE | DATE | Transaction date |
Cut, paste (and edit) the following text to query this object:
SELECT CC_HEADER_ID
, ORG_ID
, DOCUMENT_TYPE
, HEADER_TYPE
, DOC_NUM
, VERSION_NUM
, TRANSACTION_DATE
FROM APPS.IGC_SLA_CC_PO_PA_V;
APPS
IGC_CC_HEADERS_ALL
APPS.IGC_SLA_CC_PO_PA_V is not referenced by any database object
|
|
|
|