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


TABLE: GMD.LM_SPRD_TEC

Object Details
Object Name: LM_SPRD_TEC
Object Type: TABLE
Owner: GMD
FND Design Data: TableGMD.LM_SPRD_TEC
Subobject Name:
Status: VALID


Table used to store the values of the technical parameters on the spreadsheet


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
LINE_ID NUMBER (10) Yes Surrogate id used to access lm_form_dtl
LAB_TYPE VARCHAR2 (4)
Lab type for which the spreadsheet was created
TECH_PARM_NAME VARCHAR2 (8) Yes Technical parameter name from lm_tech_prm
SPRD_ID NUMBER (10) Yes Surrogate id for spreadsheet
SORT_SEQ NUMBER (5) Yes Sort sequence for parameter on the spreadsheet
TEXT_DATA VARCHAR2 (80)
Technical data for character technical parameters.
NUM_DATA NUMBER

Technical data for numeric technical parameters.
BOOLEAN_DATA NUMBER (5)
Technical data for boolean technical parameters.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
ORGN_CODE VARCHAR2 (4)
Organization Code
TECH_PARM_ID NUMBER

The technical parameter surrogate key
ORGANIZATION_ID NUMBER (15) Yes This is the comun to identify the organization for parameter values
Query Text

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


SELECT LINE_ID
,      LAB_TYPE
,      TECH_PARM_NAME
,      SPRD_ID
,      SORT_SEQ
,      TEXT_DATA
,      NUM_DATA
,      BOOLEAN_DATA
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      ORGN_CODE
,      TECH_PARM_ID
,      ORGANIZATION_ID
FROM GMD.LM_SPRD_TEC;

Dependencies

[top of page]

GMD.LM_SPRD_TEC does not reference any database object

GMD.LM_SPRD_TEC is referenced by following:

SchemaGMD
ViewLM_SPRD_TEC#