Search Results gl_sevt_ttl
Overview
The GL_SEVT_TTL table is a core data object within the Process Manufacturing Financials (GMF) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It functions as a mapping table that defines the specific General Ledger (GL) account titles impacted by a given subsystem subevent. In the context of manufacturing and cost accounting, a subevent represents a discrete transactional activity (e.g., a material issue, a resource charge) that triggers financial postings. This table links these operational subevents to the appropriate accounting titles, thereby establishing the rules for how financial entries are generated and mapped to the GL during transaction processing. Its role is critical for ensuring accurate and automated accounting flow from manufacturing execution systems to the general ledger.
Key Information Stored
The table's structure is designed to map subevents to account titles through a combination of key identifiers. The primary key is a composite of two columns: SUB_EVENT_TYPE and SEQUENCE_NO. The SUB_EVENT_TYPE identifies the specific manufacturing or cost accounting subevent, while the SEQUENCE_NO dictates the order in which multiple account titles may be applied for a single subevent. A crucial foreign key column is ACCT_TTL_TYPE, which references the GL_ACCT_TTL table to specify the exact account title (e.g., Material Usage, Resource Variance) to be debited or credited. This column is the direct link to the chart of accounts structure. Collectively, these columns store the rule set that dictates the accounting consequences of operational transactions.
Common Use Cases and Queries
The primary use case for GL_SEVT_TTL is during the financial integration process, where manufacturing transactions are costed and journal entries are created. A typical query would retrieve all account title mappings for a specific subevent to validate or audit the accounting setup. For example:
- To list the accounting impact of a 'WIP Completion' subevent:
SELECT sequence_no, acct_ttl_type FROM gl_sevt_ttl WHERE sub_event_type = 'WIP_COMPLETION' ORDER BY sequence_no; - To verify the full account title description for a mapping:
SELECT sevt.sub_event_type, sevt.sequence_no, sevt.acct_ttl_type, ttl.description FROM gl_sevt_ttl sevt, gl_acct_ttl ttl WHERE sevt.acct_ttl_type = ttl.acct_ttl_type AND sevt.sub_event_type = '&sub_event';
This data is essential for troubleshooting journal generation errors, implementing new accounting rules, and generating reports on the subevent-to-account mapping configuration.
Related Objects
GL_SEVT_TTL is centrally connected to two other key GMF tables via foreign key relationships. It directly references GL_SEVT_MST (GL Subevent Master) through its SUB_EVENT_TYPE column. GL_SEVT_MST contains the master definition and description of the subevents themselves. Furthermore, it references GL_ACCT_TTL (GL Account Titles) through its ACCT_TTL_TYPE column. GL_ACCT_TTL defines the valid accounting titles used within the system. Therefore, GL_SEVT_TTL sits between these two master tables, forming the essential bridge that translates an operational event (from GL_SEVT_MST) into a formal accounting element (from GL_ACCT_TTL). Any process or report concerning subevent accounting will inherently involve these related objects.
-
Table: GL_SEVT_TTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SEVT_TTL, object_name:GL_SEVT_TTL, status:VALID, product: GMF - Process Manufacturing Financials , description: GL mapping subevent account titles. Account titles that are impacted by a subsystem subevent. , implementation_dba_data: GMF.GL_SEVT_TTL ,
-
Table: GL_SEVT_TTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SEVT_TTL, object_name:GL_SEVT_TTL, status:VALID, product: GMF - Process Manufacturing Financials , description: GL mapping subevent account titles. Account titles that are impacted by a subsystem subevent. , implementation_dba_data: GMF.GL_SEVT_TTL ,
-
APPS.GMF_GET_MAPPINGS dependencies on GL_SEVT_TTL
12.2.2
-
APPS.GMF_GET_MAPPINGS dependencies on GL_SEVT_TTL
12.1.1
-
APPS.GMF_GET_MAPPINGS dependencies on GL_SEVT_TTL
12.1.1
-
APPS.INV_MIGRATE_PROCESS_ORG dependencies on GL_SEVT_TTL
12.1.1
-
APPS.GMF_MIGRATION dependencies on GL_SEVT_TTL
12.2.2
-
APPS.INV_MIGRATE_PROCESS_ORG dependencies on GL_SEVT_TTL
12.2.2
-
APPS.GML_PO_GLDIST dependencies on GL_SEVT_TTL
12.2.2
-
APPS.GMF_GET_MAPPINGS dependencies on GL_SEVT_TTL
12.2.2
-
APPS.GMF_MIGRATION dependencies on GL_SEVT_TTL
12.1.1
-
APPS.GML_PO_GLDIST dependencies on GL_SEVT_TTL
12.1.1
-
VIEW: GMF.GL_SEVT_TTL#
12.2.2
owner:GMF, object_type:VIEW, object_name:GL_SEVT_TTL#, status:VALID,
-
SYNONYM: APPS.GL_SEVT_TTL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_SEVT_TTL, status:VALID,
-
SYNONYM: APPS.GL_SEVT_TTL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_SEVT_TTL, status:VALID,
-
VIEW: GMF.GL_SEVT_TTL#
12.2.2
-
APPS.INV_MIGRATE_PROCESS_ORG dependencies on DUAL
12.1.1
-
APPS.INV_MIGRATE_PROCESS_ORG dependencies on DUAL
12.2.2
-
APPS.GMF_MIGRATION dependencies on GL_SEVT_MST
12.2.2
-
APPS.GMF_MIGRATION dependencies on GMF_XLA_EVENT_MODEL
12.2.2
-
APPS.GMF_MIGRATION dependencies on GMF_XLA_EVENT_MODEL
12.1.1
-
Table: GL_SEVT_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SEVT_MST, object_name:GL_SEVT_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: GL mapping subevents. OPM user is not allowed to modify this information. , implementation_dba_data: GMF.GL_SEVT_MST ,
-
APPS.GMF_MIGRATION dependencies on GL_SEVT_MST
12.1.1
-
Table: GL_SEVT_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SEVT_MST, object_name:GL_SEVT_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: GL mapping subevents. OPM user is not allowed to modify this information. , implementation_dba_data: GMF.GL_SEVT_MST ,
-
12.2.2 DBA Data
12.2.2
-
Table: GL_ACCT_TTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_TTL, object_name:GL_ACCT_TTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the system defined Account Titles. User is not allowed to change them in OPM. , implementation_dba_data: GMF.GL_ACCT_TTL ,
-
TABLE: GMF.GL_SEVT_TTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SEVT_TTL, object_name:GL_SEVT_TTL, status:VALID,
-
TABLE: GMF.GL_SEVT_TTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SEVT_TTL, object_name:GL_SEVT_TTL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
Table: GL_ACCT_TTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_TTL, object_name:GL_ACCT_TTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the system defined Account Titles. User is not allowed to change them in OPM. , implementation_dba_data: GMF.GL_ACCT_TTL ,
-
PACKAGE: APPS.GMF_GET_MAPPINGS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMF_GET_MAPPINGS, status:VALID,
-
PACKAGE: APPS.GMF_GET_MAPPINGS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMF_GET_MAPPINGS, status:VALID,
-
PACKAGE BODY: APPS.GMF_GET_MAPPINGS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GET_MAPPINGS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GML_PO_GLDIST
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GML_PO_GLDIST, status:VALID,
-
PACKAGE BODY: APPS.GMF_GET_MAPPINGS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GET_MAPPINGS, status:VALID,
-
PACKAGE BODY: APPS.INV_MIGRATE_PROCESS_ORG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_MIGRATE_PROCESS_ORG, status:VALID,
-
PACKAGE BODY: APPS.INV_MIGRATE_PROCESS_ORG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_MIGRATE_PROCESS_ORG, status:VALID,
-
PACKAGE BODY: APPS.GML_PO_GLDIST
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GML_PO_GLDIST, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_MIGRATION, status:VALID,
-
PACKAGE BODY: APPS.GMF_MIGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_MIGRATION, status:VALID,
-
APPS.GMF_GET_MAPPINGS dependencies on SY_ORGN_MST
12.2.2
-
APPS.GMF_GET_MAPPINGS dependencies on SY_ORGN_MST
12.1.1
-
APPS.INV_MIGRATE_PROCESS_ORG dependencies on MTL_PARAMETERS
12.1.1
-
12.1.1 DBA Data
12.1.1