Search Results gl_plcy_mst
Overview
The GL_PLCY_MST table is a core master data table within the Oracle E-Business Suite Process Manufacturing Financials (GMF) module. It stores the definition of a company's fiscal policy, which fundamentally governs the General Ledger (GL) attributes and accounting rules for that legal entity. Each record represents the financial configuration for a specific company (CO_CODE), establishing the foundational accounting framework that dictates how transactions are processed, valued, and reported in the GL. Its central role is to link a company to its critical financial settings, such as its base currency, primary ledger, and cost revision methods, thereby serving as a pivotal reference point for numerous other financial and costing tables within the GMF and GL architecture.
Key Information Stored
The table's primary key is the company code (CO_CODE), uniquely identifying each fiscal policy. Based on the documented foreign key relationships, other significant columns include: BASE_CURRENCY_CODE, which references the company's functional currency; PRIMARY_LEDGER_CODE, which identifies the main accounting ledger; and CREV_CURR_MTHD, CREV_PRIOR_MTHD, CREV_CURR_CALENDAR, and CREV_PRIOR_PERIOD, which define the current and prior cost revision methodologies and their associated accounting calendars. Additional columns link to components like MTL_ANALYSIS_CODE for material analysis, MTL_CMPNTCLS_ID for component class, and TEXT_CODE for descriptive text. Collectively, these fields encapsulate the essential GL policy for a company.
Common Use Cases and Queries
This table is primarily queried for financial configuration analysis, integration support, and data validation. Common scenarios include identifying the base currency and primary ledger for a given company during interface development, validating cost accounting setups, and generating reference reports for audit purposes. A typical query would join GL_PLCY_MST to SY_ORGN_MST to get the company name and to GL_CURR_MST for the currency details.
- Sample Query: To retrieve a company's core financial setup:
SELECT gp.co_code, so.organization_name, gp.base_currency_code, gc.name currency_name, gp.primary_ledger_code
FROM gmf.gl_plcy_mst gp,
apps.sy_orgn_mst so,
apps.gl_curr_mst gc
WHERE gp.co_code = so.organization_code
AND gp.base_currency_code = gc.currency_code
AND gp.co_code = :p_company_code;
Related Objects
As evidenced by its extensive foreign key network, GL_PLCY_MST is a central hub in the GMF schema. Key relationships include:
- Primary Reference (PK): SY_ORGN_MST (via CO_CODE).
- Critical Financial References: GL_CURR_MST (BASE_CURRENCY_CODE), GL_LDGR_MST (PRIMARY_LEDGER_CODE).
- Cost Management References: CM_MTHD_MST (CREV_CURR_MTHD, CREV_PRIOR_MTHD), CM_CLDR_DTL (CREV_CURR_CALENDAR/PERIOD, CREV_PRIOR_CALENDAR/PERIOD), CM_ALYS_MST (MTL_ANALYSIS_CODE), CM_CMPT_MST (MTL_CMPNTCLS_ID).
- Child Tables (referencing GL_PLCY_MST.CO_CODE): A significant number of GL and GMF setup tables use the company code as a foreign key, including GL_ACCT_HRC, GL_ACCT_MST, GL_ACCU_MST, GL_PLCY_LGR, GL_PLCY_SEG, GL_PLCY_SYS, and GL_SUBR_LED. This demonstrates that the fiscal policy is a mandatory parent record for detailed account, segment, ledger, and subledger configurations.
-
Table: GL_PLCY_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_MST, object_name:GL_PLCY_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Fiscal policy of a company. Fiscal policy defines the GL attributes of the company. , implementation_dba_data: GMF.GL_PLCY_MST ,
-
Table: GL_PLCY_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_MST, object_name:GL_PLCY_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Fiscal policy of a company. Fiscal policy defines the GL attributes of the company. , implementation_dba_data: GMF.GL_PLCY_MST ,
-
Table: GL_PLCY_MST_EFC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_MST_EFC, object_name:GL_PLCY_MST_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of GL_PLCY_MST for EFC migration. Stores the original values of columns of GL_PLCY_MST that are to be converted to the Euro currency as a part of EFC migration. The table consists of the primary key columns of GL_PLCY_MST and , implementation_dba_data: GMF.GL_PLCY_MST_EFC ,
-
Table: GL_PLCY_MST_EFC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_MST_EFC, object_name:GL_PLCY_MST_EFC, status:VALID, product: GMF - Process Manufacturing Financials , description: Shadow table of GL_PLCY_MST for EFC migration. Stores the original values of columns of GL_PLCY_MST that are to be converted to the Euro currency as a part of EFC migration. The table consists of the primary key columns of GL_PLCY_MST and , implementation_dba_data: GMF.GL_PLCY_MST_EFC ,
-
Table: CM_CLDR_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CLDR_DTL, object_name:CM_CLDR_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Calendar Details , implementation_dba_data: GMF.CM_CLDR_DTL ,
-
Table: CM_MTHD_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_MTHD_MST, object_name:CM_MTHD_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Item Cost Methods - Cost methods are defined by the user. Cost calculation types for raw material and product costs are also specified for Actual Costing Methods. , implementation_dba_data: GMF.CM_MTHD_MST ,
-
Table: CM_MTHD_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_MTHD_MST, object_name:CM_MTHD_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Item Cost Methods - Cost methods are defined by the user. Cost calculation types for raw material and product costs are also specified for Actual Costing Methods. , implementation_dba_data: GMF.CM_MTHD_MST ,
-
Table: CM_CLDR_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CLDR_DTL, object_name:CM_CLDR_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Costing Calendar Details , implementation_dba_data: GMF.CM_CLDR_DTL ,
-
Table: GL_PLCY_LGR
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_LGR, object_name:GL_PLCY_LGR, status:VALID, product: GMF - Process Manufacturing Financials , description: Company ledgers , implementation_dba_data: GMF.GL_PLCY_LGR ,
-
Table: GL_PLCY_SEG
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_SEG, object_name:GL_PLCY_SEG, status:VALID, product: GMF - Process Manufacturing Financials , description: Segments for account key segregation. Stores the Chart of Accounts. , implementation_dba_data: GMF.GL_PLCY_SEG ,
-
Table: GL_LDGR_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LDGR_MST, object_name:GL_LDGR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: GL ledgers , implementation_dba_data: GMF.GL_LDGR_MST ,
-
Table: GL_PLCY_SYS
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_SYS, object_name:GL_PLCY_SYS, status:VALID, product: GMF - Process Manufacturing Financials , description: Fiscal policy sub-systems , implementation_dba_data: GMF.GL_PLCY_SYS ,
-
Table: GL_PLCY_SYS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_SYS, object_name:GL_PLCY_SYS, status:VALID, product: GMF - Process Manufacturing Financials , description: Fiscal policy sub-systems , implementation_dba_data: GMF.GL_PLCY_SYS ,
-
Table: GL_PLCY_LGR
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_LGR, object_name:GL_PLCY_LGR, status:VALID, product: GMF - Process Manufacturing Financials , description: Company ledgers , implementation_dba_data: GMF.GL_PLCY_LGR ,
-
Table: GL_PLCY_SEG
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_PLCY_SEG, object_name:GL_PLCY_SEG, status:VALID, product: GMF - Process Manufacturing Financials , description: Segments for account key segregation. Stores the Chart of Accounts. , implementation_dba_data: GMF.GL_PLCY_SEG ,
-
Table: GL_ACCT_KEY
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_KEY, object_name:GL_ACCT_KEY, status:VALID, product: GMF - Process Manufacturing Financials , description: *NOT USED* , implementation_dba_data: GMF.GL_ACCT_KEY ,
-
Table: GL_ACCT_KEY
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_KEY, object_name:GL_ACCT_KEY, status:VALID, product: GMF - Process Manufacturing Financials , description: *NOT USED* , implementation_dba_data: GMF.GL_ACCT_KEY ,
-
Table: GL_TEXT_HDR
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_TEXT_HDR, object_name:GL_TEXT_HDR, status:VALID, product: GMF - Process Manufacturing Financials , description: Table used to store text types for GL , implementation_dba_data: GMF.GL_TEXT_HDR ,
-
Table: GL_TEXT_HDR
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_TEXT_HDR, object_name:GL_TEXT_HDR, status:VALID, product: GMF - Process Manufacturing Financials , description: Table used to store text types for GL , implementation_dba_data: GMF.GL_TEXT_HDR ,
-
Table: GL_LEDG_MAP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LEDG_MAP, object_name:GL_LEDG_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL ledger mapping. Used for GL mapping. , implementation_dba_data: GMF.GL_LEDG_MAP ,
-
Table: GL_LEDG_MAP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LEDG_MAP, object_name:GL_LEDG_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL ledger mapping. Used for GL mapping. , implementation_dba_data: GMF.GL_LEDG_MAP ,
-
Table: CM_CMPT_MST_B
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MST_B, object_name:CM_CMPT_MST_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: GMF.CM_CMPT_MST_B ,
-
Table: GL_EVNT_PLC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_EVNT_PLC, object_name:GL_EVNT_PLC, status:VALID, product: GMF - Process Manufacturing Financials , description: Event specific Company Fiscal Policy information , implementation_dba_data: GMF.GL_EVNT_PLC ,
-
Table: GL_LDGR_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_LDGR_MST, object_name:GL_LDGR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: GL ledgers , implementation_dba_data: GMF.GL_LDGR_MST ,
-
Table: GL_EVNT_PLC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_EVNT_PLC, object_name:GL_EVNT_PLC, status:VALID, product: GMF - Process Manufacturing Financials , description: Event specific Company Fiscal Policy information , implementation_dba_data: GMF.GL_EVNT_PLC ,
-
Table: GL_SUBR_TST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SUBR_TST, object_name:GL_SUBR_TST, status:VALID, product: GMF - Process Manufacturing Financials , description: Subsidiary ledger test run work table. Used to run Subledger Update process in test mode to verify the bookings before running a live Update. , implementation_dba_data: GMF.GL_SUBR_TST ,
-
Table: CM_ALYS_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALYS_MST, object_name:CM_ALYS_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Analysis Code Master Table. , implementation_dba_data: GMF.CM_ALYS_MST ,
-
Table: CM_CMPT_MST_B
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CMPT_MST_B, object_name:CM_CMPT_MST_B, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: GMF.CM_CMPT_MST_B ,
-
Table: GL_ACCT_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MST, object_name:GL_ACCT_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Contains the Company specific Chart of Accounts. Note that in the Oracle Financials integrated setup this table is populated with Oracle Financials Accounts while entering the Account Mapping information. , implementation_dba_data: GMF.GL_ACCT_MST ,
-
Table: CM_CMPT_MST
12.2.2
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
Table: GL_ACCT_HRC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_HRC, object_name:GL_ACCT_HRC, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the account selection priority for the companies and the account titles. These priorities are used by the GL Mapping program to retrieve the accounts for sub-ledger posting, in the order of account selection priority. In , implementation_dba_data: GMF.GL_ACCT_HRC ,
-
Table: CM_ALYS_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ALYS_MST, object_name:CM_ALYS_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Analysis Code Master Table. , implementation_dba_data: GMF.CM_ALYS_MST ,
-
Table: GL_ACCU_MAP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MAP, object_name:GL_ACCU_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the GL Account Unit Mapping information. The Account Unit mapping are defined for a Company, Organization and Warehouse. Organization and Warehouse are optional and a blank value means all value. The GL Mapping program , implementation_dba_data: GMF.GL_ACCU_MAP ,
-
Table: GL_SUBR_LED
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SUBR_LED, object_name:GL_SUBR_LED, status:VALID, product: GMF - Process Manufacturing Financials , description: GL subsidiary ledger. Liaison between subsystems and GL. Stores all the bookings of OPM subsystem transactions (documents). Updated by the OPM Subsidiary Ledger Update process. , implementation_dba_data: GMF.GL_SUBR_LED ,
-
Table: GL_ACCU_MAP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MAP, object_name:GL_ACCU_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the GL Account Unit Mapping information. The Account Unit mapping are defined for a Company, Organization and Warehouse. Organization and Warehouse are optional and a blank value means all value. The GL Mapping program , implementation_dba_data: GMF.GL_ACCU_MAP ,
-
Table: GL_SUBR_LED
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SUBR_LED, object_name:GL_SUBR_LED, status:VALID, product: GMF - Process Manufacturing Financials , description: GL subsidiary ledger. Liaison between subsystems and GL. Stores all the bookings of OPM subsystem transactions (documents). Updated by the OPM Subsidiary Ledger Update process. , implementation_dba_data: GMF.GL_SUBR_LED ,
-
Table: GL_ACCU_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MST, object_name:GL_ACCU_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the User-defined Accounting Units. Accounting units are Organizational units of a company such as cost centers, departments, and divisions, to be included in an Account key. Note that with Oracle Financial integration, , implementation_dba_data: GMF.GL_ACCU_MST ,
-
Table: GL_SUBR_TST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SUBR_TST, object_name:GL_SUBR_TST, status:VALID, product: GMF - Process Manufacturing Financials , description: Subsidiary ledger test run work table. Used to run Subledger Update process in test mode to verify the bookings before running a live Update. , implementation_dba_data: GMF.GL_SUBR_TST ,
-
Table: GL_ACCT_HRC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_HRC, object_name:GL_ACCT_HRC, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the account selection priority for the companies and the account titles. These priorities are used by the GL Mapping program to retrieve the accounts for sub-ledger posting, in the order of account selection priority. In , implementation_dba_data: GMF.GL_ACCT_HRC ,
-
Table: CM_CMPT_MST
12.1.1
product: GMF - Process Manufacturing Financials , description: Cost Component Master , implementation_dba_data: Not implemented in this database ,
-
Table: GL_ACCT_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MST, object_name:GL_ACCT_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Contains the Company specific Chart of Accounts. Note that in the Oracle Financials integrated setup this table is populated with Oracle Financials Accounts while entering the Account Mapping information. , implementation_dba_data: GMF.GL_ACCT_MST ,
-
Table: GL_ACCU_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MST, object_name:GL_ACCU_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the User-defined Accounting Units. Accounting units are Organizational units of a company such as cost centers, departments, and divisions, to be included in an Account key. Note that with Oracle Financial integration, , implementation_dba_data: GMF.GL_ACCU_MST ,
-
View: GLEX_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GLEX_VIEW, object_name:GLEX_VIEW, status:VALID, product: GMF - Process Manufacturing Financials , description: Glex view , implementation_dba_data: APPS.GLEX_VIEW ,
-
Table: GL_CURR_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CURR_MST, object_name:GL_CURR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the Currency definitions. Note that with Oracle Financials integration this table is populated with the Currency data from Oracle Financials. , implementation_dba_data: GMF.GL_CURR_MST ,
-
Table: GL_CURR_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CURR_MST, object_name:GL_CURR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the Currency definitions. Note that with Oracle Financials integration this table is populated with the Currency data from Oracle Financials. , implementation_dba_data: GMF.GL_CURR_MST ,
-
Table: GL_ACCT_MAP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Account Mapping information - contains the GL Account Mapping info. The Account mappings are defined for a Company, Account Title and attributes whose priority is >0 in gl_acct_hrc table. Note that these attributes are optional and a NU , implementation_dba_data: GMF.GL_ACCT_MAP ,
-
View: GLEX_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GLEX_VIEW, object_name:GLEX_VIEW, status:VALID, product: GMF - Process Manufacturing Financials , description: Glex view , implementation_dba_data: APPS.GLEX_VIEW ,
-
Table: GL_ACCT_MAP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Account Mapping information - contains the GL Account Mapping info. The Account mappings are defined for a Company, Account Title and attributes whose priority is >0 in gl_acct_hrc table. Note that these attributes are optional and a NU , implementation_dba_data: GMF.GL_ACCT_MAP ,
-
View: OPM_CUSTOMERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.OPM_CUSTOMERS, object_name:OPM_CUSTOMERS, status:VALID, product: GMF - Process Manufacturing Financials , description: Used for OPM customer synchronization , implementation_dba_data: APPS.OPM_CUSTOMERS ,
-
View: OPM_CUSTOMERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.OPM_CUSTOMERS, object_name:OPM_CUSTOMERS, status:VALID, product: GMF - Process Manufacturing Financials , description: Used for OPM customer synchronization , implementation_dba_data: APPS.OPM_CUSTOMERS ,