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


TABLE: GMD.GMD_RECIPE_CUSTOMERS

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


This table stores recipe customer data


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GMD_RECIPE_CUSTOMERS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRECIPE_ID
ColumnCUSTOMER_ID
Columns
Name Datatype Length Mandatory Comments
RECIPE_ID NUMBER (15) Yes Recipe ID - Primary Key, Unique Identifier for a Recipe
CUSTOMER_ID NUMBER (15) Yes Designates any Customers that are associated to this Recipe. From OP_CUST_MST.CUSTOMER_ID.
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15)
Standard who column
LAST_UPDATE_DATE DATE

Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
TEXT_CODE NUMBER (10)
The link to the Text associated to the Recipe Customer data. Recipe Text is stored in FM_TEXT_TBL_TL.
OPM_CUST_ID NUMBER (10)
Used by OM users only. Stores customer id to op_cust_mst (OPM customer table) for historical purposes.
ORG_ID NUMBER (15) Yes Organization id
SITE_ID NUMBER (15) Yes Customer site id
Query Text

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


SELECT RECIPE_ID
,      CUSTOMER_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      TEXT_CODE
,      OPM_CUST_ID
,      ORG_ID
,      SITE_ID
FROM GMD.GMD_RECIPE_CUSTOMERS;

Dependencies

[top of page]

GMD.GMD_RECIPE_CUSTOMERS does not reference any database object

GMD.GMD_RECIPE_CUSTOMERS is referenced by following:

SchemaAPPS
SynonymGMD_RECIPE_CUSTOMERS