Sunteți pe pagina 1din 17

Oracle® CLE

TRM for SAFT


Technical Reference Manual
Release 12

August 2013

1
Oracle CLE TRM for SAFT Technical Reference Manual, Release 12

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.

Primary Author: Sapthagiri Thangala

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be
trademarks of their respective owners.

This software and related documentation are provided under a license agreement containing restrictions on
use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your
license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify,
license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by any means.
Reverse engineering, disassembly, or decompilation of this software, unless required by law for
interoperability, is prohibited.

The information contained herein is subject to change without notice and is not warranted to be error-free.
If you find any errors, please report them to us in writing.

If this software or related documentation is delivered to the U.S. Government or anyone licensing it on
behalf of the U.S. Government, the following notice is applicable:

U.S. GOVERNMENT RIGHTS


Programs, software, databases, and related documentation and technical data delivered to U.S.
Government customers are "commercial computer software" or "commercial technical data" pursuant to the
applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use,
duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms
set forth in the applicable Government contract, and, to the extent applicable by the terms of the
Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software
License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.

This software is developed for general use in a variety of information management applications. It is not
developed or intended for use in any inherently dangerous applications, including applications which may
create a risk of personal injury. If you use this software in dangerous applications, then you shall be
responsible to take all appropriate fail-safe, backup, redundancy and other measures to ensure the safe
use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by
use of this software in dangerous applications.

This software and documentation may provide access to or information on content, products and services
from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all
warranties of any kind with respect to third party content, products and services. Oracle Corporation and its
affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of
third party content, products or services.

2
Contents

Send Us Your Comments

Preface
Send Us Your Comments.......................................................................................................................4
Preface....................................................................................................................................................5
Tables.....................................................................................................................................................8
CLE.CLE_F361_SAFT_GL_DATA......................................................................................................8
Synonyms.............................................................................................................................................10
APPS.CLE_F361_SAFT_GL_DATA.................................................................................................10
Views.....................................................................................................................................................11
APPS.CLE_F361_CONS_PRI_LEDGERS.......................................................................................11
APPS.CLE_F361_CONS_REP_LEDGERS......................................................................................12
Packages..............................................................................................................................................13
APPS.CLE_F361_PT_SAFT_SNC_PKG..........................................................................................13
Triggers.................................................................................................................................................16
Sequences............................................................................................................................................17

3
Send Us Your Comments

Oracle CLE TRM for SAFT Technical Reference Manual , Release 12


Oracle welcomes customers' comments and suggestions on the quality and usefulness of this document.
Your feedback is important, and helps us to best meet your needs as a user of our products. For example:
• Are the implementation steps correct and complete?
• Did you understand the context of the procedures?
• Did you find any errors in the information?
• Does the structure of the information help you with your tasks?
• Do you need different information or graphics? If so, where, and in what format?
• Are the examples correct? Do you need more examples?
If you find any errors or have any other suggestions for improvement, then please tell us your name, the
name of the company who has licensed our products, the title and part number of the documentation and the
chapter, section, and page number (if available).
Note: Before sending us your comments, you might like to check that you have the latest version of the
document and if any concerns are already addressed. To do this, access the new Applications Release
Online Documentation CD available on Oracle MetaLink and www.oracle.com. It contains the most current
Documentation Library plus all documents revised or released recently.
Send your comments to us using the electronic mail address: appsdoc_us@oracle.com
Please give your name, address, electronic mail address, and telephone number (optional).
If you need assistance with Oracle software, then please contact your support representative or Oracle
Support Services.
If you require training or instruction in using Oracle software, then please contact your Oracle local office and
inquire about our Oracle University offerings. A list of Oracle offices is available on our Web site at
www.oracle.com.

4
Preface

Intended Audience
Welcome to Release 12 of the Oracle CLE TRM for SAFT Technical Reference Manual.
This Technical Reference Manual includes information to help you understand the
database objects created for TRM for SAFT .

TTY Relay Access to Oracle Support Services


To reach AT&T Customer Assistants, dial 711 or 1.800.855.2880. An AT&T Customer
Assistant will relay information between the customer and Oracle Support Services at
1.800.223.1711. Complete instructions for using the AT&T relay services are available at
http://www.consumer.att.com/relay/tty/standard2.html. After the AT&T Customer Assistant
contacts Oracle Support Services, an Oracle Support Services engineer will handle
technical issues and provide customer support according to the Oracle service request
process.

Documentation Accessibility
Our goal is to make Oracle products, services, and supporting documentation accessible to
all users, including users that are disabled. To that end, our documentation includes
features that make information available to users of assistive technology. This
documentation is available in HTML format, and contains markup to facilitate access by the
disabled community. Accessibility standards will continue to evolve over time, and Oracle is
actively engaged with other market-leading technology vendors to address technical
obstacles so that our documentation can be accessible to all of our customers. For more
information, visit the Oracle Accessibility Program Web site at
http://www.oracle.com/accessibility/.

Accessibility of Code Examples in Documentation

Screen readers may not always correctly read the code examples in this document. The

5
conventions for writing code require that closing braces should appear on an otherwise
empty line; however, some screen readers may not always read a line of text that consists
solely of a bracket or brace.

Accessibility of Links to External Web Sites in Documentation

This documentation may contain links to Web sites of other companies or organizations that
Oracle does not own or control. Oracle neither evaluates nor makes any representations
regarding the accessibility of these Web sites.

Related Information Sources

Integration Repository
The Oracle Integration Repository is a compilation of information about the service
endpoints exposed by the Oracle E-Business Suite of applications. It provides a complete
catalog of Oracle E-Business Suite's business service interfaces. The tool lets users easily
discover and deploy the appropriate business service interface for integration with any
system, application, or business partner.
The Oracle Integration Repository is shipped as part of the E-Business Suite. As your
instance is patched, the repository is automatically updated with content appropriate for the
precise revisions of interfaces in your environment.

Do Not Use Database Tools to Modify Oracle Applications Data


Oracle STRONGLY RECOMMENDS that you never use SQL*Plus, Oracle Data Browser,
database triggers, or any other tool to modify Oracle Applications data unless otherwise
instructed.

Oracle provides powerful tools you can use to create, store, change, retrieve, and maintain
information in an Oracle database. But if you use Oracle tools such as SQL*Plus to modify
Oracle Applications data, you risk destroying the integrity of your data and you lose the
ability to audit changes to your data.

Because Oracle Applications tables are interrelated, any change you make using an Oracle
Applications form can update many tables at once. But when you modify Oracle
Applications data using anything other than Oracle Applications, you may change a row in
one table without making corresponding changes in related tables. If your tables get out of
synchronization with each other, you risk retrieving erroneous information and you risk

6
unpredictable results throughout Oracle Applications.

When you use Oracle Applications to modify your data, Oracle Applications automatically
checks that your changes are valid. Oracle Applications also keeps track of who changes
information. If you enter information into database tables using database tools, you may
store invalid information. You also lose the ability to track who has changed your information
because SQL*Plus and other database tools do not keep a record of changes.

7
1
Tables

CLE.CLE_F361_SAFT_GL_DATA

Object Details

Object Name: CLE_F361_SAFT_GL_DATA


Object Type: TABLE
Owner: CLE
FND Design Data: CLE.CLE_F361_SAFT_GL_DATA
Subobject Name:
Status: VALID

Storage Details

Tablespace: APPS_TS_TX_DATA
PCT Free: 10
PCT Used:

Indexes

Columns

Name Datatype Length Mandatory Comments


JE_HEADER_ID NUMBER 22 Yes
JE_CATEGORY VARCHAR2 25 Yes
CURRENCY_CODE VARCHAR2 15 Yes
DEFAULT_EFFECTIVE_DATE DATE 7 Yes
LAST_UPDATED_BY NUMBER 22 Yes
NAME VARCHAR2 100 Yes
POSTED_DATE DATE 7 Yes
PERIOD_NAME VARCHAR2 15 Yes
PERIOD_NUM NUMBER 22 Yes
PERIOD_TYPE VARCHAR2 15 Yes
JE_LINE_NUM NUMBER 22 Yes
DESCRIPTION VARCHAR2 240
CREATION_DATE DATE 7 Yes
LAST_UPDATE_DATE DATE 7 Yes
GL_ACCOUNT VARCHAR2 100 Yes
AE_HEADER_ID NUMBER 22
AE_LINE_NUM NUMBER 22
APPLICATION_ID NUMBER 22 Yes
ACCOUNTED_DR NUMBER 22

8
Name Datatype Length Mandatory Comments
ACCOUNTED_CR NUMBER 22
SOURCE_DISTRIBUTION_TYPE VARCHAR2 30
SOURCE_DISTRIBUTION_ID_NUM_1 NUMBER 22
EVENT_CLASS_CODE VARCHAR2 30
ENTITY_CODE VARCHAR2 30
SOURCE_ID_INT_1 NUMBER 22
REQUEST_ID NUMBER 22 Yes
STATUS VARCHAR2 10 Yes
CONS_JE_HEADER_ID NUMBER 22

Dependencies

CLE.CLE_F361_SAFT_GL_DATA does not reference any database object

CLE.CLE_F361_SAFT_GL_DATA is referenced by following:

APPS
• CLE_F361_SAFT_GL_DATA

9
2
Synonyms

APPS.CLE_F361_SAFT_GL_DATA

Object Details

Object Name: CLE_F361_SAFT_GL_DATA


Object Type: SYNONYM
Owner: APPS
Subobject Name:
Status: VALID

Synonym Details

Base Object: CLE.CLE_F361_SAFT_GL_DATA

Dependencies
APPS.CLE_F361_SAFT_GL_DATA references the following:

CLE
• CLE_F361_SAFT_GL_DATA

APPS.CLE_F361_SAFT_GL_DATA is referenced by following:

APPS
• CLE_F361_PT_SAFT_SNC_PKG

10
3
Views

APPS.CLE_F361_CONS_PRI_LEDGERS

Object Details

Object Name: CLE_F361_CONS_PRI_LEDGERS


Object Type: VIEW
Owner: APPS
FND Design Data: APPS.CLE_F361_CONS_PRI_LEDGERS
Subobject Name:
Status: VALID

Columns

Name Datatype Length Mandatory Comments


NAME VARCHAR2 30 Yes
DESCRIPTION VARCHAR2 240
LEDGER_ID NUMBER 22 Yes

Query Text

SELECT NAME, description, ledger_id


FROM gl_ledgers
WHERE ledger_category_code = 'PRIMARY'
ORDER BY name

Dependencies
APPS.CLE_F361_CONS_PRI_LEDGERS references the following:

APPS
• GL_LEDGERS

APPS.CLE_F361_CONS_PRI_LEDGERS is not referenced by any database object

11
APPS.CLE_F361_CONS_REP_LEDGERS

Object Details

Object Name: CLE_F361_CONS_REP_LEDGERS


Object Type: VIEW
Owner: APPS
FND Design Data: APPS.CLE_F361_CONS_REP_LEDGERS
Subobject Name:
Status: VALID

Columns

Name Datatype Length Mandatory Comments


LEDGER_NAME VARCHAR2 240
LEDGER_ID NUMBER 22
FROM_LEDGER_ID NUMBER 22

Query Text

select LE.OBJECT_NAME ledger_name


,LE.OBJECT_id ledger_id,
pl.object_id from_ledger_id
from gl_sets_of_books GSOB
,gl_ledger_config_details LE
,gl_ledger_config_details PL
where GSOB.SET_OF_BOOKS_ID = PL.object_id
AND PL.object_type_code = 'PRIMARY'
AND PL.setup_step_code = 'NONE'
and gsob.currency_code='EUR'
AND PL.configuration_id = LE.configuration_id
AND LE.object_type_code IN ('SECONDARY','ALC')
AND LE.setup_step_code = 'NONE'
union
select glto.name ledger_name,
glto.ledger_id ledger_id,
glfrom.ledger_id from_ledger_id
from gl_consolidation gc, gl_ledgers glfrom, gl_ledgers glto
where gc.from_ledger_id = glfrom.ledger_id and gc.to_ledger_id = glto.ledger_id
order by ledger_name

Dependencies
APPS.CLE_F361_CONS_REP_LEDGERS references the following:

APPS
• GL_CONSOLIDATION
• GL_LEDGERS
• GL_LEDGER_CONFIG_DETAILS
• GL_SETS_OF_BOOKS

APPS.CLE_F361_CONS_REP_LEDGERS is not referenced by any database object

12
4
Packages

APPS.CLE_F361_PT_SAFT_SNC_PKG

Object Details

Object Name: CLE_F361_PT_SAFT_SNC_PKG


Object Type: PACKAGE
Owner: APPS
Subobject Name:
Status: VALID

Dependencies
APPS.CLE_F361_PT_SAFT_SNC_PKG references the following:

APPS
• AD_DDL
• ALL_INDEXES
• DBMS_LOB
• DBMS_XMLGEN
• DUAL
• EXTRACTVALUE
• PLITBLM
• UPDATEXML
• UTL_FILE
• V$PARAMETER
• XMLAGG
• XMLCONCAT
• XMLTYPE
• ARPT_SQL_FUNC_UTIL
• ARP_GLOBAL
• CLE_F361_PT_SAFT_SNC_PKG
• FND_FILE
• FND_GLOBAL
• FND_LOG
• FND_MESSAGE
• FND_PROFILE
• AP_INVOICES_ALL
• AP_SUPPLIER_SITES_ALL
• AR_CASH_RECEIPTS
• AR_MEMO_LINES_ALL_B
• AR_MEMO_LINES_ALL_TL

13
• AR_PAYMENT_SCHEDULES_ALL
• AR_RECEIPT_METHODS
• CLE_AP_SUPPLIERS_EXT
• CLE_AR_MEMO_LINES_EXT
• CLE_AR_RECEIPT_METHODS_EXT
• CLE_F361_SAFT_GL_DATA
• CLE_FND_FLEX_VALUES_EXT
• CLE_GL_JOURNAL_CAT_EXT
• CLE_HZ_PARTIES_EXT
• CLE_RA_CUST_TRX_TYPES_EXT
• CLE_ZX_RATES_B_EXT
• FND_FLEX_VALUES
• FND_FLEX_VALUE_HIERARCHIES
• FND_ID_FLEX_SEGMENTS
• FND_ORACLE_USERID
• FND_PRODUCT_GROUPS
• FND_PRODUCT_INSTALLATIONS
• FND_SEGMENT_ATTRIBUTE_VALUES
• GL_BALANCES
• GL_CODE_COMBINATIONS
• GL_CONSOLIDATION
• GL_CONSOLIDATION_HISTORY
• GL_IMPORT_REFERENCES
• GL_JE_CATEGORIES_TL
• GL_JE_HEADERS
• GL_JE_LINES
• GL_LEDGERS
• GL_LEDGER_RELATIONSHIPS
• GL_PERIOD_STATUSES
• HZ_CONTACT_POINTS
• HZ_CUST_ACCOUNTS
• HZ_CUST_ACCOUNTS_ALL
• HZ_CUST_ACCOUNT_ROLES
• HZ_CUST_ACCT_SITES_ALL
• HZ_CUST_SITE_USES_ALL
• HZ_LOCATIONS
• HZ_ORG_CONTACTS
• HZ_PARTIES
• HZ_PARTY_SITES
• HZ_RELATIONSHIPS
• MTL_PARAMETERS
• MTL_SYSTEM_ITEMS
• OE_SYS_PARAMETERS_ALL
• PER_ADDRESSES
• PER_ALL_PEOPLE_F
• PER_PHONES
• RA_BATCH_SOURCES_ALL
• RA_CUSTOMER_TRX_ALL
• RA_CUSTOMER_TRX_LINES_ALL
• RA_CUST_TRX_LINE_GL_DIST_ALL
• RA_CUST_TRX_TYPES_ALL
• RA_TERMS
• XLA_AE_HEADERS
• XLA_AE_LINES
• XLA_DISTRIBUTION_LINKS
• XLA_EVENTS
• XLA_TRANSACTION_ENTITIES
• XLE_ENTITY_PROFILES
• ZX_LINES

14
• ZX_RATES_B
• ZX_RATES_TL
• AR_LOOKUPS
• AR_RECEIVABLE_APPLICATIONS_V
• FND_CURRENCIES_VL
• FND_FLEX_VALUES_VL
• FND_FLEX_VALUE_CHILDREN_V
• FND_LOOKUPS
• FND_LOOKUP_VALUES_VL
• FND_TERRITORIES_VL
• GL_CONS_ROLLUP_RANGES_V
• GL_CONS_SEGMENT_ACTIONS_V
• GL_CONS_SEGMENT_MAP_V
• GL_JE_SOURCES_VL
• GL_SETS_OF_BOOKS
• HR_OPERATING_UNITS
• ORG_ORGANIZATION_DEFINITIONS
• PO_VENDORS
• PO_VENDOR_CONTACTS
• ZX_RATES_VL

PUBLIC
• EXTRACTVALUE
• UPDATEXML
• XMLCONCAT
• AD_DDL
• ALL_INDEXES
• DBMS_LOB
• DBMS_XMLGEN
• DUAL
• PLITBLM
• UTL_FILE
• V$PARAMETER
• XMLAGG
• XMLTYPE

SYS
• SYS_IXMLAGG
• DBMS_XMLGEN
• STANDARD
• XMLTYPE
• ALL_DIRECTORIES
• ALL_TABLES

APPS.CLE_F361_PT_SAFT_SNC_PKG is referenced by following:

APPS
• CLE_F361_PT_SAFT_SNC_PKG

15
5
Triggers

No Objects

16
6
Sequences

No Objects

17

S-ar putea să vă placă și