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


TABLE: DDR.DDR_E_MKT_AREA_BSNS_UNIT

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


Error table that stores error records from DDR_I_MKT_AREA_BSNS_UNIT


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
REC_ID NUMBER
Yes Record ID, uniquely identify each records.
ORG_CD VARCHAR2 (30)
Organization code
BSNS_UNIT_CD VARCHAR2 (30)
Business unit code
MKT_AREA_TYP_1 VARCHAR2 (30)
Market area information provider.
MKT_AREA_CD_1 VARCHAR2 (30)
Unique identifire for market area.
MKT_AREA_TYP_2 VARCHAR2 (30)
Market area information provider.
MKT_AREA_CD_2 VARCHAR2 (30)
Unique identifire for market area.
MKT_AREA_TYP_3 VARCHAR2 (30)
Market area information provider.
MKT_AREA_CD_3 VARCHAR2 (30)
Unique identifire for market area.
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
ERR_REASON VARCHAR2 (500) Yes Descriptive reason why the record failed validation and came in error table
ACTION_FLAG VARCHAR2 (1) Yes Flag indicating the status of error record and what needs to be done on it, possible values can be 'N/Y/D', N - Not corrected; Y- Corrected, ready for processing; D- to be deleted
LOAD_ID NUMBER
Yes Load ID is required for identifying each load records
Query Text

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


SELECT REC_ID
,      ORG_CD
,      BSNS_UNIT_CD
,      MKT_AREA_TYP_1
,      MKT_AREA_CD_1
,      MKT_AREA_TYP_2
,      MKT_AREA_CD_2
,      MKT_AREA_TYP_3
,      MKT_AREA_CD_3
,      SRC_SYS_IDNT
,      SRC_SYS_DT
,      ERR_REASON
,      ACTION_FLAG
,      LOAD_ID
FROM DDR.DDR_E_MKT_AREA_BSNS_UNIT;

Dependencies

[top of page]

DDR.DDR_E_MKT_AREA_BSNS_UNIT does not reference any database object

DDR.DDR_E_MKT_AREA_BSNS_UNIT is referenced by following:

SchemaAPPS
SynonymDDR_E_MKT_AREA_BSNS_UNIT