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


TABLE: EC.ECE_PROCEDURE_MAPPINGS

Object Details
Object Name: ECE_PROCEDURE_MAPPINGS
Object Type: TABLE
Owner: EC
FND Design Data: TableEC.ECE_PROCEDURE_MAPPINGS
Subobject Name:
Status: VALID


This table stores information for calling PL/SQL procedures
during processing of generic inbound and outbound transactions.
The information stored in this table is used during the execution
of the transactions to determine the name of the PL/SQL
procedures to call.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PROCMAP_ID NUMBER (15) Yes Procedure Map ID
TRANSTAGE_ID NUMBER (15) Yes Transaction Stage ID
PARAMETER_NAME VARCHAR2 (250)
Parameter Name
ACTION_TYPE NUMBER (5)
Action Type
VARIABLE_LEVEL NUMBER (3)
Variable Level
VARIABLE_NAME VARCHAR2 (250)
Variable Name
Query Text

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


SELECT PROCMAP_ID
,      TRANSTAGE_ID
,      PARAMETER_NAME
,      ACTION_TYPE
,      VARIABLE_LEVEL
,      VARIABLE_NAME
FROM EC.ECE_PROCEDURE_MAPPINGS;

Dependencies

[top of page]

EC.ECE_PROCEDURE_MAPPINGS does not reference any database object

EC.ECE_PROCEDURE_MAPPINGS is referenced by following:

SchemaAPPS
SynonymECE_PROCEDURE_MAPPINGS