DBA Data[Home] [Help] [Dependency Information]


TABLE: CSC.CSC_CUSTOMIZED_PLANS

Object Details
Object Name: CSC_CUSTOMIZED_PLANS
Object Type: TABLE
Owner: CSC
FND Design Data: TableCSC.CSC_CUSTOMIZED_PLANS
Subobject Name:
Status: VALID


CSC_CUSTOMIZED_PLANS stores information about customized plans. When a plan's criteria is modified to specific customers needs, this association, between the plan and customer is maintained in this table.
This is a dynamic table and at any point in time reflects the customized plans that exist in the system and the customers that these plans are attached too.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CSC_CUSTOMIZED_PLANS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnID
CSC_CUSTOMIZED_PLANS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnPARTY_ID
Columns
Name Datatype Length Mandatory Comments
ID NUMBER (15) Yes Unique identifier of customer plan
PLAN_ID NUMBER (15) Yes References PLAN_ID of CSC_PLAN_HEADERS_B.
PARTY_ID NUMBER (15) Yes References PARTY_ID of HZ_PARTIES
CUST_ACCOUNT_ID NUMBER (15)
References CUST_ACCOUNT_ID in HZ_CUST_ACCOUNTS table.
CUST_ACCOUNT_ORG NUMBER (15)
SECURITY_GROUP_ID NUMBER

Used in hosted environments
PLAN_STATUS_CODE VARCHAR2 (30)
Status of the association of the plan to a customer
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record
PROGRAM_APPLICATION_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID
,      PLAN_ID
,      PARTY_ID
,      CUST_ACCOUNT_ID
,      CUST_ACCOUNT_ORG
,      SECURITY_GROUP_ID
,      PLAN_STATUS_CODE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM CSC.CSC_CUSTOMIZED_PLANS;

Dependencies

[top of page]

CSC.CSC_CUSTOMIZED_PLANS does not reference any database object

CSC.CSC_CUSTOMIZED_PLANS is referenced by following:

SchemaCSC
ViewCSC_CUSTOMIZED_PLANS#