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


TABLE: DDR.DDR_I_MFG_PRMTN

Object Details
Object Name: DDR_I_MFG_PRMTN
Object Type: TABLE
Owner: DDR
Subobject Name:
Status: VALID

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
DDR_I_MFG_PRMTN_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREC_ID
Columns
REC_ID NUMBER
Yes Record ID, uniquely identifies each record
PRMTN_CD VARCHAR2 (30)
A unique code which is used to identify a promotion
PRMTN_NAME VARCHAR2 (240)
A short, user-friendly name which identifies the promotion.
PRMTN_DESC VARCHAR2 (240)
A description field which will contain a longer description of the promotion.
PRMTN_TYP VARCHAR2 (30)
A freeform field which describes the type of promotion being run.
PRMTN_STATUS VARCHAR2 (30)
A freeform field which contains a description on the status of the promotion.
ATTRIBUTE1 VARCHAR2 (240)
User-defined alphanumeric fields used to load additional information about the manufacturer promotion.
ATTRIBUTE2 VARCHAR2 (240)
User-defined alphanumeric fields used to load additional information about the manufacturer promotion.
ATTRIBUTE3 VARCHAR2 (240)
User-defined alphanumeric fields used to load additional information about the manufacturer promotion.
ATTRIBUTE4 VARCHAR2 (240)
User-defined alphanumeric fields used to load additional information about the manufacturer promotion.
ATTRIBUTE5 VARCHAR2 (240)
User-defined alphanumeric fields used to load additional information about the manufacturer promotion.
ATTRIBUTE6 VARCHAR2 (240)
User-defined alphanumeric fields used to load additional information about the manufacturer promotion.
ATTRIBUTE7 VARCHAR2 (240)
User-defined alphanumeric fields used to load additional information about the manufacturer promotion.
ATTRIBUTE8 VARCHAR2 (240)
User-defined alphanumeric fields used to load additional information about the manufacturer promotion.
ATTRIBUTE9 VARCHAR2 (240)
User-defined alphanumeric fields used to load additional information about the manufacturer promotion.
ATTRIBUTE10 VARCHAR2 (240)
User-defined alphanumeric fields used to load additional information about the manufacturer promotion.
ATTRIBUTE11 NUMBER

User-defined number fields used to load additional information about the manufacturer promotion.
ATTRIBUTE12 NUMBER

User-defined number fields used to load additional information about the manufacturer promotion.
ATTRIBUTE13 NUMBER

User-defined number fields used to load additional information about the manufacturer promotion.
ATTRIBUTE14 NUMBER

User-defined number fields used to load additional information about the manufacturer promotion.
ATTRIBUTE15 NUMBER

User-defined number fields used to load additional information about the manufacturer promotion.
ATTRIBUTE16 NUMBER

User-defined number fields used to load additional information about the manufacturer promotion.
ATTRIBUTE17 NUMBER

User-defined number fields used to load additional information about the manufacturer promotion.
ATTRIBUTE18 NUMBER

User-defined number fields used to load additional information about the manufacturer promotion.
ATTRIBUTE19 NUMBER

User-defined number fields used to load additional information about the manufacturer promotion.
ATTRIBUTE20 NUMBER

User-defined number fields used to load additional information about the manufacturer promotion.
PROCESS_ACTION VARCHAR2 (1)
An action code used to determine whether to insert, update, or delete the associated record from the target table. A process action of NULL will insert or update a record in the associated target table. A process action of D, R will delete the associated record from the target table.
SRC_SYS_IDNT VARCHAR2 (40) Yes Source file name or system that provided the data. It can be used to cross-reference the data with the source system, mainly for auditing purpose
SRC_SYS_DT DATE
Yes The date that the data was created. It can be used to cross-reference the data with the source system, mainly for auditing purpose
Name Datatype Length Mandatory Comments
Query Text

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


SELECT REC_ID
,      PRMTN_CD
,      PRMTN_NAME
,      PRMTN_DESC
,      PRMTN_TYP
,      PRMTN_STATUS
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ATTRIBUTE16
,      ATTRIBUTE17
,      ATTRIBUTE18
,      ATTRIBUTE19
,      ATTRIBUTE20
,      PROCESS_ACTION
,      SRC_SYS_IDNT
,      SRC_SYS_DT
FROM DDR.DDR_I_MFG_PRMTN;

Dependencies

[top of page]

DDR.DDR_I_MFG_PRMTN does not reference any database object

DDR.DDR_I_MFG_PRMTN is referenced by following:

SchemaDDR
ViewDDR_I_MFG_PRMTN#