FSD Ats Custom Form v1.0
FSD Ats Custom Form v1.0
FSD Ats Custom Form v1.0
Submitted to
By
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 1 of 17
Document Tracking Information
Referenced Documents
Document Name Description
Reviewers
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 2 of 17
TABLE OF CONTENTS
1. INTRODUCTION......................................................................................................................................4
1.1 DOCUMENT PURPOSE........................................................................................................................4
1.2 ACRONYMS AND GLOSSARY.............................................................................................................4
2. FUNCTIONAL DESIGN...........................................................................................................................5
2.1 OVERVIEW.........................................................................................................................................5
2.2 PROCESS FLOW DIAGRAM.................................................................................................................5
2.3 PROCESSING LOGIC...........................................................................................................................6
2.4 IMPACT ON OTHER CUSTOM MODULES............................................................................................6
2.5 EXCLUSIONS......................................................................................................................................6
3. ENTITY RELATIONSHIP.......................................................................................................................7
3.1 ER DIAGRAM....................................................................................................................................7
3.2 CUSTOM OBJECTS.............................................................................................................................7
3.3 TABLE & VIEW USAGE.....................................................................................................................7
4. TECHNICAL OVERVIEW......................................................................................................................8
4.1 MAPPING DETAILS & KEY VALIDATION...........................................................................................8
4.2 FORMS...............................................................................................................................................8
4.3 CONCURRENT PROGRAM...................................................................................................................8
4.4 WORKFLOW.......................................................................................................................................8
4.5 REPORT..............................................................................................................................................8
4.6 XML PUBLISHER...............................................................................................................................9
5. ORACLE SETUPS...................................................................................................................................10
5.1 FLEX FIELDS LIST...........................................................................................................................10
5.2 MESSAGE DETAILS..........................................................................................................................10
5.3 VALUE SETS....................................................................................................................................10
5.4 PROFILE OPTIONS............................................................................................................................10
5.5 LOOKUP DETAILS............................................................................................................................10
5.6 OTHER CONFIGURATION DETAILS..................................................................................................10
6. INTEGRATION & DEPENDENCY......................................................................................................10
7. ASSUMPTIONS.......................................................................................................................................10
7.1 BUSINESS ASSUMPTIONS.................................................................................................................10
7.2 ORACLE APPLICATION ASSUMPTIONS.............................................................................................10
8. ISSUES......................................................................................................................................................10
8.1 OPEN ISSUES...................................................................................................................................10
8.2 CLOSED ISSUES...............................................................................................................................10
9. SIGN OFF.................................................................................................................................................11
10. APPENDIX...............................................................................................................................................11
10.1 DATA FILE FORMAT........................................................................................................................11
10.2 SAMPLE CODE/OBJECT NAME FROM 10.7.......................................................................................11
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 3 of 17
1. Introduction
1.1 Document Purpose
The purpose of this document is to provide a functional overview of the functionality that
would be available through the ATS Custom Form.
This Report displays the critical components added to a WIP job at a particular station.
Term Definition
FRD Fridley
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 4 of 17
2. Functional Design
2.1 Overview
The purpose of this form is to ensure that the right critical components are added to the
assembly. Thus this form provides a check for the user at a particular station to pick correct
critical components for the WIP job. The form also prints the report for the quality and
documentation purpose.
Reports:
1. Item List: Lists all critical components for a serialized WIP.
2. Label: Provides assembly information
3. Assembly line verification report: Shows scanned critical components.
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 5 of 17
2.3 Processing Logic
1. Define the item types and provide its description in the Item Types form.
Attach the items to the stations, where one item can be attached to the multiple stations.
Also provide its item type from the LOV (which pops from the item type form). Check
scannable flag where applicable.
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 6 of 17
3. Station transaction:
Input Parameters:
Serial Number: Enter the serial number for a particular WIP job
Model Number: Automatically displayed.
WIP Number: Automatically Displayed.
User: Enter user name from the LOV.
Station: Enter the applicable station from LOV.
Printer Name: Enter the destination printer.
The ‘Item list’ button now gets activated. Click on this button which would submits two
concurrent requests and populates the item number list. These items are the components in
the WIP job and are also present in the station items list checked with scannable flag.
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 7 of 17
The reports for the two concurrent requests are as below:
List of Items that are in WIP components list for the serial number entered and which are
also present in the Station Item list both scannable and non-scannable.
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 8 of 17
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 9 of 17
4. Scan Components:
Scan all components. Scanning the wrong component gives an error. Once all components
are scanned ‘Print’ button gets activated.
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 10 of 17
The report printed is as follows:
It provides with the list of the components scanned for a particular serial number
with the user and the station number.
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 11 of 17
Additional Functionality:
Not Scanned button: when pressed shows a list of all items yet to be scanned.
None
2.5 Exclusions
None
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 12 of 17
3. Entity Relationship
3.1 ER Diagram
<ER Diagram listing all tables its primary key, foreign key, unique constraints & mapping
between these tables>
<TABLE_NAME>
Column Name Type Size Required Validation
Views
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 13 of 17
4. Technical Overview
4.1 Mapping Details & Key Validation
<Mapping Details between legacy/source & destination tables for interfaces>
4.2 Forms
Purpose/Description
Layout
Parameters
4.4 Workflow
Purpose/Description
Process Diagram
4.5 Report
Purpose/Description
Layout
<Report Layout>
Parameters
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 14 of 17
Parameter Type Validation/Comments
Name
Purpose/Description
Template Layout
Parameters
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 15 of 17
5. Oracle Setups
5.1 Flex Fields List
8. Issues
S No Issue Resolution
S No Issue Resolution
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 16 of 17
S No Issue Resolution
9. Sign Off
10.Appendix
FSD_CPGF_View_Serial_Numbers_V1.0.doc Page 17 of 17