0% found this document useful (0 votes)
131 views17 pages

CLL F030 - Brazilian Solution For Inter-Org Transfers - TRM

This document provides a technical reference manual for the F030 - Brazilian Solution for Inter-Org Transfers localization. It includes a high level design with entity relationship diagrams, table diagrams, and lists of new tables and modules. The detailed design further describes the table and module definitions needed to enable inter-organizational transfers functionality for Brazil.

Uploaded by

Sergio Righi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
131 views17 pages

CLL F030 - Brazilian Solution For Inter-Org Transfers - TRM

This document provides a technical reference manual for the F030 - Brazilian Solution for Inter-Org Transfers localization. It includes a high level design with entity relationship diagrams, table diagrams, and lists of new tables and modules. The detailed design further describes the table and module definitions needed to enable inter-organizational transfers functionality for Brazil.

Uploaded by

Sergio Righi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

LAD Consulting Localizations

F030 - Brazilian Solution for


Inter-Org Transfers

Technical Reference Manual

RELEASE 12

DISCLAIMER:

CURRENTLY, ORACLE OFFERS CERTAIN RESALABLE ASSETS OR OTHER DEFINED SERVICE


DELIVERABLES (COLLECTIVELY REFERRED TO AS "SERVICE DELIVERABLES") UNDER A
LIMITED USE LICENSE. THE SERVICE DELIVERABLES CURRENTLY INCLUDE, BUT ARE NOT
LIMITED TO, ORACLE INTEGRATION HUB. YOU AGREE THAT :

(i) SERVICE DELIVERABLES ARE NOT ORACLE STANDARD SOFTWARE PROGRAMS,


(ii) TECHNICAL SUPPORT FOR SERVICE DELIVERABLES IS NOT AVAILABLE FROM OR
UNDER, OR PROVIDED BY OR THROUGH, ORACLE'S SUPPORT SERVICES ORGANIZATION OR
YOUR ORACLE PROGRAM LICENSE AGREEMENT,
(iii) YOUR RIGHT TO USE AND RECEIVE SUPPORT SERVICES FOR SERVICE DELIVERABLES IS
SOLELY AS DESCRIBED IN YOUR CONTRACT FOR SUCH SERVICE DELIVERABLES, AND
(iv) A SERVICE REQUEST REGARDING SERVICE DELIVERABLES, REGARDLESS OF HOW
INITIATED OR LOGGED, WILL BE ADDRESSED IN ACCORDANCE WITH THE TERMS OF YOUR
CONTRACT FOR SUCH SERVICE DELIVERABLES.
LAD Consulting Localizations Technical Reference Manual Document Control ii
F030 - Brazilian Solution for Inter-Org Transfers
Document Control

Change Record
Date Author Version Change Reference

16-Oct-07 Odirley Davson Bolzam 1

Reviewers
Name Function

Distribution
Copy No. Name Local

LAD Consulting Localizations Technical Reference Manual Document Control iii


F030 - Brazilian Solution for Inter-Org Transfers
Content

Document Control.............................................................................................iii
Change Record ..................................................................................................................iii
Reviewers ..........................................................................................................................iii
Distribution........................................................................................................................iii

CHAPTER 1 High Level Design .................................................................................................................... 1

General View of the High Level Design .................................................................................... 2


Summarized View of the F030 - BRAZILIAN SOLUTION FOR INTER-ORG TRANSFERS
............................................................................................................................................ 2
Table Diagram .................................................................................................................... 2
List of Tables ...................................................................................................................... 2
Summarized View of the F030 - BRAZILIAN SOLUTION FOR INTER-ORG TRANSFERS3
Rules Used in the Entity Relationship Diagram.................................................................. 3
Table Diagrams.......................................................................................................................... 4
Convention Used in the Table Diagram.............................................................................. 4
Diagram 1: Extension for Transaction Types ..................................................................... 5
List of Tables ............................................................................................................................. 6
New Tables ......................................................................................................................... 6
List of Modules.......................................................................................................................... 7
Triggers............................................................................................................................... 7

CHAPTER 2 Detailed Design......................................................................................................................... 8

General View of the Detailed Design ........................................................................................ 9


View and Table Definition ................................................................................................. 9
Table Definition....................................................................................................................... 10

LAD Consulting Localizations Technical Reference Manual Document Control iv


F030 - Brazilian Solution for Inter-Org Transfers
Objective........................................................................................................................... 10
Column Description.......................................................................................................... 10
Table Definition....................................................................................................................... 11
CLL_F030_TRANSACTION_TYPES_EXT................................................................... 11
Module Definition.................................................................................................................... 12
General View of the Module............................................................................................. 12
CLLISTNT ....................................................................................................................... 12

LAD Consulting Localizations Technical Reference Manual Document Control v


F030 - Brazilian Solution for Inter-Org Transfers
CHAPTER

1 High Level Design

T his chapter will show the High Level Design of the F030 - Brazilian Solution for Inter-Org
Transfers, that satisfies the necessities of the the Strategy and Analysis development phase. A
general view of the application and diagrams of the tables and the main functions of the F030 -
BRAZILIAN SOLUTION FOR INTER-ORG TRANSFERS, list of tables, views and modules will
be shown.

Note that this manual should be analyses together with the Oracle Order Management Technical
Reference Manual - Release 12.

LAD Consulting Localizations Technical Reference Manual 1


F030 - Brazilian Solution for Inter-Org Transfers
General View of the High Level Design
The components of the application (tables, views and modules) are defined during the High Level
Design, these created to satisfy the necessaries functionalities for Brazil.

This chapter can be used to rapidly learn tables, views and modules which form part of the
Brazilian localization F030 - BRAZILIAN SOLUTION FOR INTER-ORG TRANSFERS.

Summarized View of the F030 - BRAZILIAN SOLUTION FOR INTER-ORG TRANSFERS

Through the Entity Relationship Diagram it is possible to have a graphical view of the entities that
compose the application and its relationships.

Table Diagram
Graphically represents all the tables and foreign keys (relationship), grouped with F030 -
BRAZILIAN SOLUTION FOR INTER-ORG TRANSFERS’s primary business functions.
Examine the Table Definition section for more information.

List of Tables

List of Tables briefly describes each table contained in the F030 - BRAZILIAN SOLUTION FOR
INTER-ORG TRANSFERS.

LAD Consulting Localizations Technical Reference Manual 2


F030 - Brazilian Solution for Inter-Org Transfers
Summarized View of the F030 - BRAZILIAN SOLUTION FOR INTER-ORG
TRANSFERS
Through the Entity Relationship Diagram it is possible to have a graphical view of the entities that
are part of the application and the relationship between them. This diagram was prepared to
describe, at a conceptual level, the key informations that the F030 - BRAZILIAN SOLUTION
FOR INTER-ORG TRANSFERS depend on.

See below the a Diagram with a Summarized View of the F030 - BRAZILIAN SOLUTION FOR
INTER-ORG TRANSFERS

Rules Used in the Entity Relationship Diagram

To better understand the diagram, some rules where standardized for the better understanding of
the design:

Figure 1-1

Options
_______
Obligatory Relationship
------- Opcional Relationship

Type of Relationship

A B

# Each line of the A entity is obliged to have a relationship with


only one line of the B entity
# Each line of the B entity is obliged to have a relationship with
only one line of theA entity

A B

# Each line of the A entity is obliged to have a relationship with


only one line of the B entity
# Each line of the B entity is obliged to have a relationship with
only one line of theA entity

LAD Consulting Localizations Technical Reference Manual 3


F030 - Brazilian Solution for Inter-Org Transfers
Table Diagrams
This section graphically represents all the tables and the foreign keys (relationship at a conceptual
level) grouped by the main business functionalities in F030 - BRAZILIAN SOLUTION FOR
INTER-ORG TRANSFERS. This section should be used to rapidly learn what tables are part of
the main business functions in do F030 - BRAZILIAN SOLUTION FOR INTER-ORG
TRANSFERS e how they communicate. Read the Definitions of Views and Definition of Tables
sections in chapter 2 for further information of each of these tables.

This section contains the following table diagrams:

Diagram 1: Payment for Collection Document

Convention Used in the Table Diagram

To better understand the diagram, some rules where standardized for the better understanding of
the design:

Figure 1-2:

Options
_______
Obligatory Relationship
------- Opcional Relationship

Type of Relationship

A B

# Each line of the A entity is obliged to have a relationship with


only one line of the B entity
# Each line of the B entity is obliged to have a relationship with
only one line of theA entity

A B

# Each line of the A entity is obliged to have a relationship with


only one line of the B entity
# Each line of the B entity is obliged to have a relationship with
only one line of theA entity

LAD Consulting Localizations Technical Reference Manual 4


F030 - Brazilian Solution for Inter-Org Transfers
Diagram 1: Extension for Transaction Types

LAD Consulting Localizations Technical Reference Manual 5


F030 - Brazilian Solution for Inter-Org Transfers
List of Tables
This section list each of the tables in F030 - BRAZILIAN SOLUTION FOR INTER-ORG
TRANSFERS with a brief description of each one of them.

New Tables
Table Name Description

CLL_F030_TRANSACTION_TYPES_EXT Extension of the OE_TRANSACTION_TYPES_ALL

LAD Consulting Localizations Technical Reference Manual 6


F030 - Brazilian Solution for Inter-Org Transfers
List of Modules
This section lists each form, report, concurrent program, and stored procedure used in F030 -
BRAZILIAN SOLUTION FOR INTER-ORG TRANSFERS.

Triggers

Trigger Description Name

CLLISTNT Imput data into AR interface table. CLL_F030_NF_TRANSFER_INT_TRG

LAD Consulting Localizations Technical Reference Manual 7


F030 - Brazilian Solution for Inter-Org Transfers
CHAPTER

2 Detailed Design

T his chapter presents a detailed design used during the F030 - BRAZILIAN SOLUTION FOR
INTER-ORG TRANSFERS implementation. Here you will find detailed table definitions,
modules and descriptive flexfields.

LAD Consulting Localizations Technical Reference Manual 8


F030 - Brazilian Solution for Inter-Org Transfers
General View of the Detailed Design
During the Detailed Design phase, each of the application’s component has its functionality
detailed.

This chapter permits the understanding of the detailed structure and information flow of F030 -
BRAZILIAN SOLUTION FOR INTER-ORG TRANSFERS.

View and Table Definition

The section View and Table Definition contains the detailed definition F030 - BRAZILIAN
SOLUTION FOR INTER-ORG TRANSFERS tables and views. The following information is
available for each table: objective, column description, primary key, unique key, check constraints,
foreign key, quick codes, sequences, module access and database triggers.

LAD Consulting Localizations Technical Reference Manual 9


F030 - Brazilian Solution for Inter-Org Transfers
Table Definition
The Table Definition section contains a detailed definition of each table in F030 - BRAZILIAN
SOLUTION FOR INTER-ORG TRANSFERS. For each table, the following information are
available: objective, column description, primary key, unique key, check constraints, foreign key,
indexes, quick codes, sequences

This section only documents the tables created for the F030 - BRAZILIAN SOLUTION FOR
INTER-ORG TRANSFERS. To obtain further information about the details of the tables and
external views used, see the application manual to which it is component of.

Objective

In this topic we will describe why this table will be used.

Column Description

This topic states the primary characteristic of the column or view. These characteristics include if
the F030 - BRAZILIAN SOLUTION FOR INTER-ORG TRANSFERS needs a value for this
column and what type of data this is, together with a brief description on F030 - BRAZILIAN
SOLUTION FOR INTER-ORG TRANSFERS uses this column .

Standard Who Column


Lots of tables in the F030 - BRAZILIAN SOLUTION FOR INTER-ORG TRANSFERS
application contain standard columns to support Who rows. When a program or a SQL command
selects lines in a table, these columns are used to determine who did the last update in this line. If
your program or your SQL command inserts or updates a line in an interface table, you should
update the 5 Standard Who Columns:

LAST_UPDATE_DATE Date in which the last user performed the last update in this
line
LAST_UPDATED_BY User that did the last update in this line ( Foreign Key
relative to FND_USER.USER_ID )
CREATION_DATE Creation date of this line
CREATED_BY User that created this line
LAST_UPDATE_LOGIN Operating System Login of the user that last updated this line
(Foreign Key relative to a FND_LOGINS.LOGIN_ID). You
should assign NULL or 0 if NULL isn’t permitted
Once every line in this table contains the additional Standard Who Columns with various Foreign
Keys corresponding to the FND_USERS e FND_LOGINS tables, you then should not include
LAST_UPDATED_BY, CREATED_BY, or LAST_UPDATE_LOGIN columns in the Foreign
Keys list of the table.

LAD Consulting Localizations Technical Reference Manual 10


F030 - Brazilian Solution for Inter-Org Transfers
Table Definition
The Table Definition section contains a detailed definition of each table in F030 - BRAZILIAN
SOLUTION FOR INTER-ORG TRANSFERS. For each table, the following information are
available: objective, column description, primary key, unique key, check constraints, foreign key,
indexes, quick codes, sequences and database triggers.

CLL_F030_TRANSACTION_TYPES_EXT

Extension of the BS_OM_TRANSACTION_TYPES_EXT table that stores additional information for


Transaction Types

Columns Description
Column Option Data Type Description
TRANSACTION_TYPE_ID NOT NULL NUMBER (15) Transaction Type identifier
CREATION_DATE NOT NULL DATE Who column
CREATED_BY NOT NULL NUMBER () Who column
LAST_UPDATE_DATE NOT NULL DATE Who column
LAST_UPDATED_BY NOT NULL NUMBER () Who column
LAST_UPDATE_LOGIN NULL NUMBER () Who column
ATTRIBUTE_CATEGORY NULL VARCHAR2 (30) Descriptive flexfield segment
ATTRIBUTE1 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE2 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE3 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE4 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE5 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE6 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE7 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE8 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE9 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE10 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE12 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE13 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE14 NULL VARCHAR2 (150) Descriptive flexfield segment
ATTRIBUTE15 NULL VARCHAR2 (150) Descriptive flexfield segment

LAD Consulting Localizations Technical Reference Manual 11


F030 - Brazilian Solution for Inter-Org Transfers
Module Definition
This section describes each form, report, concurrent program and stored procedure in the

F030 - BRAZILIAN SOLUTION FOR INTER-ORG TRANSFERS. Read this section to learn
what each module does and when

F030 - BRAZILIAN SOLUTION FOR INTER-ORG TRANSFERS uses them with each
corresponding table.

General View of the Module

We will present a brief description of each module, pointing out its functionality and showing what
category it falls into, what language is used and what title is related to corresponding program

You will then see a summary of module’s main functions and learn the role of specific business
activity that each module is part of.

Note that we list the modules in alphabetical order based on the there internal names, that
correspond to the form names, reports and concurrent programs registered in the Oracle
Application Object Library (AOL).

CLLISTNT
Description: Imput data into AR interface table
Type: Database Trigger
Language: PL/SQL
Name: CLL_F030_NF_TRANSFER_INT_TRG

Table Name Select Insert Update Delete

RA_INTERFACE_LINES_ALL X
OE_ORDER_HEADERS_ALL X
OE_ORDER_LINES_ALL X
OE_TRANSACTION_TYPES_ALL X
OE_TRANSACTION_TYPES_TL X
WSH_DELIVERY_ASSIGNMENTS X
WSH_DELIVERY_DETAILS X
RA_BATCH_SOURCES_ALL X
RA_CUST_TRX_TYPES_ALL X
PO_REQUISITION_HEADERS_ALL X
PO_REQUISITION_LINES_ALL X
MTL_SYSTEM_ITEMS_B X
HZ_CUST_SITE_USES_ALL X
CLL_F030_TRANSACTION_TYPES_EXT X

LAD Consulting Localizations Technical Reference Manual 12


F030 - Brazilian Solution for Inter-Org Transfers

You might also like