[Home] [Help]
[Dependency Information]
Object Name: | CS_CONTRACT_COVERAGES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORG_ID | NUMBER | Refer to the base table for details | ||
CONTRACT_ID | NUMBER | Refer to the base table for details | ||
CONTRACT_NUMBER | VARCHAR2 | (120) | Refer to the base table for details | |
PARTY_ID | NUMBER | Refer to the base table for details | ||
CON_START_DATE_ACTIVE | DATE | Refer to the base table for details | ||
CON_END_DATE_ACTIVE | DATE | Refer to the base table for details | ||
BILL_TO_SITE_USE_ID | NUMBER | (15) | Refer to the base table for details | |
SHIP_TO_SITE_USE_ID | NUMBER | (15) | Refer to the base table for details | |
PRICE_LIST_ID | NUMBER | Refer to the base table for details | ||
CURRENCY_CODE | VARCHAR2 | (15) | Refer to the base table for details | |
COVERAGE_ID | NUMBER | Refer to the base table for details | ||
COVERAGE_NAME | VARCHAR2 | (150) | Refer to the base table for details | |
COV_START_DATE | DATE | Refer to the base table for details | ||
COV_END_DATE | DATE | Refer to the base table for details | ||
TXN_GROUP_ID | NUMBER | Refer to the base table for details | ||
BUSINESS_PROCESS_ID | NUMBER | (15) | Refer to the base table for details | |
EXCEPTION_COVERAGE_FLAG | CHAR | (1) | Refer to the base table for details |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, CONTRACT_ID
, CONTRACT_NUMBER
, PARTY_ID
, CON_START_DATE_ACTIVE
, CON_END_DATE_ACTIVE
, BILL_TO_SITE_USE_ID
, SHIP_TO_SITE_USE_ID
, PRICE_LIST_ID
, CURRENCY_CODE
, COVERAGE_ID
, COVERAGE_NAME
, COV_START_DATE
, COV_END_DATE
, TXN_GROUP_ID
, BUSINESS_PROCESS_ID
, EXCEPTION_COVERAGE_FLAG
FROM APPS.CS_CONTRACT_COVERAGES_V;
APPS.CS_CONTRACT_COVERAGES_V is not referenced by any database object
|
|
|