Md-070 Application Extensions Technical Design
Md-070 Application Extensions Technical Design
Md-070 Application Extensions Technical Design
Author:
<Author>
Creation Date:
Last Updated:
Document Ref:
Version:
DRAFT 1A
Approvals:
<Approver 1>
<Approver 2>
Document Control
Change Record
1
Date
Author
Versio
n
Change Reference
13-Jan-06
<Author>
Draft
1a
No Previous Document
Reviewers
Name
Position
Distribution
Copy
No.
Name
Location
1
2
3
4
Library Master
Project Library
Project Manager
Note To Holders:
If you receive an electronic copy of this document and print it out, please
write your name on the equivalent of the cover page, for document control
purposes.
If you receive a hard copy of this document, please write your name on the
front cover, for document control purposes.
<Subject>
File Ref: 60606683.doc
(v. DRAFT 1A )
Contents
Document Control.......................................................................................ii
Technical Overview.....................................................................................1
Approach...............................................................................................1
Module List............................................................................................1
<Form Title> - Form Logic..........................................................................2
Navigation Logic....................................................................................2
Block Relationship Diagram..................................................................2
Table and View Usage...........................................................................3
Zone and Field Summary......................................................................3
Special Logic.........................................................................................3
<Report/Program Name> - Concurrent Program Logic...............................4
Calling Arguments.................................................................................4
Log Output............................................................................................4
Table and View Usage...........................................................................4
Program Logic (pseudo code)................................................................4
SQL Statements.....................................................................................5
Default Data Sources............................................................................5
Validation Logic.....................................................................................5
Incompatibility......................................................................................5
Performance Considerations.................................................................5
Other Considerations............................................................................5
Integration Issues.......................................................................................6
Changes Required.................................................................................6
Shared Components..............................................................................6
Alert conditions.....................................................................................6
Incompatibilities....................................................................................6
Performance Issues...............................................................................6
Database Design.........................................................................................7
Desired Table Changes.........................................................................7
New/Updated Seed Data.......................................................................7
Descriptive Flexfields............................................................................7
Value Sets.............................................................................................7
Grants/Synonyms..................................................................................8
Archiving...............................................................................................8
Database Diagram................................................................................8
Tables, Indexes, Sequences..................................................................8
Installation Requirements...........................................................................9
Implementation Notes..............................................................................10
<Subject>
File Ref: 60606683.doc
(v. DRAFT 1A )
Design
Summary.............................................................................................10
Coding Summary.................................................................................10
Testing Summary................................................................................10
Installation..........................................................................................11
Open and Closed Issues for this Deliverable.............................................12
Open Issues.........................................................................................12
Closed Issues.......................................................................................12
<Subject>
File Ref: 60606683.doc
(v. DRAFT 1A )
Doc Ref:
Technical Overview
This document defines the technical components required to implement
customization <BRM Number>, <Subject>. This Application Extension
Technical Design document complements the Application Extension
Functional Design document for <Subject> and you should consider the set
to be the complete detailed design.
Approach
Module List
Forms
<Subject> includes the following forms:
<Form Name>
<Description>
Reports
<Subject> includes the following reports:
<Report Name>
<Description>
Concurrent Programs
<Subject> includes the following concurrent programs:
<Program Name>
<Description>
Database Triggers
<Subject> includes the following database triggers:
<Trigger Name>
(v. )
<Description>
Doc Ref:
Navigation Logic
Entry Mode
START
1. User enters data into form.
2. User commits transaction.
3. Form calls concurrent program X with selected parameters.
4. Form displays "Request xxxx has been sent to the concurrent
manager".
5. User presses any key to acknowledge message.
6. Form clears.
7. Cursor moves to field 1.
END
B a s e T a b le
L o o k u p T a b le
P a re n t
of
C h ild
of
C h ild T a b le
(v. )
Doc Ref:
Select
Insert
Update
Delete
Base Table
MTL_SYSTEM_ITEMS
Typ
e
Char
Rqd
?
Yes
Default
Default
Validation
QuickPick
Validated against
<column>
from <table>
where <column> =
<value>
Display MEANING
from <Application
Short
Name>_LOOKUPS
where LOOKUP_TYPE
= '<lookup type>
Zone 2
Base Table:
Where/Order By:
Field
Typ
e
Rqd
?
Field 1
COLUMN_NAME
Char
No
Validation
(
(QuickPick
validation)
QuickPick
Display MEANING
from <Application
Short
Name>_LOOKUPS
where LOOKUP_TYPE
= '<lookup type>
Special Logic
Zone 1
<Description of special zone-level logic (if any)>
Field Name
<Description of special field logic>
(v. )
Doc Ref:
Calling Arguments
<PROGNAME> is called from the Standard Report Submission form with the
following arguments:
Argument
Prompt
Value Set
Default Value
ORG_ID
Organization id
Generic
USER_ID
DATE
Application User ID
Selection Date
Generic
FND_Date4_required
:
$PROFILE$.mfg_organizatio
n_id
:$PROFILE$.user_id
:$$DATE$$
Log Output
.........1.........2.........3.........4.........5.........6.........7.........8
________________________________________________________________________________
________________________________________________________________________________
Select
MTL_SYSTEM_ITEMS
Insert
Update
Delete
(v. )
Doc Ref:
END
SQL Statements
1 - Data Selection
SELECT
FROM
WHERE
AND
<data>
<tables>
<select criteria>
<join conditions>
Column
Source Value
<table name>
<column name
<table>.<column>
<column 2>
'Literal string'
<column 3>
Validation Logic
Error Conditions:
Warning Conditions:
Incompatibility
Performance Considerations
Other Considerations
Restart Strategy
Crash Recovery
(v. )
Doc Ref:
Integration Issues
Changes Required
Within Product
Custom menus
Other Products
No changes required
Shared Components
INV
None
BOM
None
ENG
None
MPS/MRP
None
WIP
None
Alert conditions
None.
Incompatibilities
None.
Performance Issues
None.
(v. )
Doc Ref:
Database Design
This section summarized new and changed database objects and data
required to support <Subject>. However, the complete database design is
documented in the Database Extensions Design document.
Lookup Type
Meaning
Descriptive Flexfields
Application:
Form Name:
Base Table:
Segment Name
Prompt
Size
Value Set
Default Value
Prompt
Size
Value Set
Default Value
Application:
Form Name:
Base Table:
Segment Name
Value Sets
(v. )
Value Set
Size
Type
Rqd
Validation/Values
<App
Prefix>_ITEM_SELECT
<App
Prefix>_SPECIAL_CODE
15
Char
Yes
10
Char
No
ALL
All Items
ONE
Specific Item
Code
Meaning
From <App Prefix>_LOOKUPS
Where lookup_type = 'SPECIAL'
Doc Ref:
Grants/Synonyms
Owner
Object
Grantees
<App
Prefix>
<App Prefix>_LOOKUPS
MFG
INV
Archiving
No need to archive.
Database Diagram
No new tables
(v. )
Doc Ref:
Installation Requirements
Installation scripts must be prepared to perform the following actions in an
automated way:
1.
2.
3.
4.
5.
6.
7.
8.
Register Forms.
9.
(v. )
Doc Ref:
Implementation Notes
This document describes exactly how <Subject> was developed and
implemented at <Company Long Name>.
Design Summary
Functional Design
Technical Design
Design Review
Final Acceptance
Coding Summary
Development was done on <description of hardware>, to work with Release
<Applications Release> of Oracle Applications. All coding follows the
standards defined in the Build Standards document for <Project Name>.
Program Files
The files required for this customization are as follows:
File
Description
Coded By
Testing Summary
The customizations were tested in <Company Short Name>'s test
environment before being moved to production. See the Link Test scripts for
more information.
(v. )
Doc Ref:
Installation
All modules are installed as if part of a separate product. A UNIX directory
structure is created under $APPL_TOP as shown in the following example:
$APPL_TOP
|
<Application Short Name>
|
1.0.0
___________________________|___________________________________
|
|
|
|
|
|
|
|
|
forms
bin
src
sql
log
out
srw
install
sql
The directories contain the components of the enhancement as shown below
(directories not listed are empty). All future customizations will also be
stored in these directories.
forms/
<Formname>
bin/
src/
sql/
srw/
install/sql/
The forms and concurrent programs are registered in Application Object
Library under the <Application Short Name> application.
A new set of menus (owned by <Application Short Name>) is created to call
the new forms as follows:
Navigate
Sub-menu
Sub-menu
(v. )
Doc Ref:
ID
Issue
Resolution
Responsibility
Target Date
Impact
Date
Responsibility
Closed Issues
ID
Issue
Resolution
(v. )