Sunteți pe pagina 1din 52

Design Document vl.

AP Invoice Conversion

CONVERSION DATA MAPPING

AP Invoices Conversion

Author:
Creation
Date: Last
Updated:
Document Ref:

Wipro
Jan 25, 2006
Mar 06, 2006
AP Invoices

Conversion Version: DRAFT l.3

Approvals:

<Approver 1>
<Approver 2>

ME RIC HE
M

Page 1of 42

Document Control
Change Record

Date

Author

Version

Change Reference

25-Jan-06
30-Jan2006
31-Jan-06
22-Feb-06
03-Mar-06
06-Mar-06

Wir_ro
Wipro

0.1
0.2

Initial Version
Changes made after first review at onsite

Wipro
Matthew Loschiavo
VNSarda
VNSarda

0.3
1.1
1.2
1.3

Added File Layout and open issues


Updated with Merichem Feedback
Updated with Merichem Feedback
lIdated with Merichem Feedback

Reviewers

Name

Position

CJ'!l.die M Fredrick
Michael E 5ain
Vishal Shrivastava
Dhirendra Tandon
K Mathur

Merichem Functional Manager


Merichem Process Lead
Wipro Project Manger
Wipro Technical Consultant
Wipro Technical Consultant

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.

AP Invoice Conversion

Design Document vl.3

Contents

Document Control....................................................................................................... 2
Introduction................................................................................................................. 4
Purpose................................................................................................................. 4
Background....................................................................................................................4
Scope and Application.......................................................................................... 4
Audience........................................................................................................................5
Application Business Object Reference Information......................................................... 6
Pre-requisites and Key Setups - AP Invoice Headers, Lines..................................7
Technical Overview..............................................................................................................8
Design Decisions........................................................................................................... 8
Component List..................................................................................................... 8
Assumptions...................................................................................................................8
Conversion Mapping - AP Invoice Headers.........................................................10
Mapped Navision Tables..................................................................................... 10
AP Invoice Conversion Process Flow Diagram.........................................................11
Conversion Mapping - AP Invoice Lines............................................................... 20

Extract File Layout....................................................................................................31


Staging Table Structure..............................................................................................32
Data Clean-up, Validations & Setups......................................................................... 33
Validation Logic...........................................................................................................33
Data Normalization............................................................................................................34
Exception & Error Handling...................................................................................... 35
Open and Closed Issues for this Deliverable...................................................................36
Open Issues..................................................................................................................36
Closed Issues............................................................................................................... 36
References..........................................................................................................................36

MERICHE
M

Page 3 of
42

WIPRO
ll.pp/y11ttThc>u;fh1

Design Document vl.3

AP Invoice Conversion

Introduction

Purpose
This data mapping document defines the migration procedure, Table analysis, extraction,
transformation and loading procedures for AP Invoices Conversion using AP Invoices Open Interface.
This data mapping document is used as follows:

The Primary use of this document is as the basis for Data the migration and data cleansing
team for data migration requirements.

The data migration team uses this document to identify the data mapping, transformation, and
data loading.

Background
The information in this document has been defined as the result of discussions
between Merichem Finance Lead and Wipro Data Migration Team which consists of
Functional consultant and Technical Consultant.

Scope and Application


The Conversion Data Mapping identifies for use in designing migration programs to
convert AP Invoice details:
Data sources: Source system for the migration is Navision. AP Invoice details
are part of this conversion component.
Migration Method: Below table suggests migration method for various
business objects. Data migration team will build manual data load scripts to
load Navision data from flat files into the below interface tables.

Bussiness Objects

Migration Method

Invoice_headers

AP_invoices_interface

Invoice_lines

AP_invoice_lines_interface

Target tables and columns: 11i (11.5.10) Target base Tables are ap_invoices_all
and ap_invoice_distributions_all. Refer to conversion mapping for detail
column details.
Manual verification by Data Migration Team and Integration Testing team will
decide the completion of this migration.

MERICHEM

Page 4 of 42

AP Invoice Conversion

Design Document vl.3

Processing: Merichem team will provide cleansed data from Navision System.
The cleansed Data will be extracted to Staging area. The data on Staging area
will be enriched (as mentioned in Data Clean-up if any), transformed and
loaded into lli System. In Navision, if the Remaning Balance on an Invoice is
equal to the Invoice Amount and no Payment has been applied on the Invoice,
all such Invoices will be considered as open Invoices.
Filter: Refer Conversion Mapping on.FRs.
Foreign key rules: Refer Conversion Mapping on Foreign Key Rules.

Audience
This document is intended for the following individuals:

Project Manager of the Data Migration team

Merichem project executives, who should sign-off on the document

Data Cleansing and Data Migration team members.

MERICHE
M

Page 5 of 42

Application Business Object Reference Information


In the following Sections,
Section 1refers the Business Object's pre-requisites.
Section 2 refers the business objects to be migrated as pre-requisite to AP Invoice
migration.

Combinations
Organizations

GL

Migration

HR

Org setup

Item
M
Inv
Purchase
M
PO
0 tions Payable Options, Supplier, Tax, Payment
Methods, Terms
M
AP

System Items

Item CategoriesM
p
Item Serial
Numbers Item Part Numbers
p

ME RIC HE
M

Fnd_currencies
Gl_code_combinations

Mtl_Syste

Mtl_System_Items
Mtl_Parameters
Mtl_Item_ Categories Mtl_Mfg_Part_Numbe

AP setup

INV

Mtl_System_Items
_Interface

Mtl_System_Items

Refer Fore
below.

INV

Mtl_Item_Categori
es_Interface

Mtl_Item_Categories

Refer Fore
below.

INVNone
INV

Page 6 of 42

None

Mtl_Serial_Numbers

Refer Foregin
below.
Mtl_Mfg_Part_Numbers Refer Foregin

AP Invoice Conversion

Design Document vl.3

Pre-requisites and Key Setups - AP Invoice Headers, Lines


Below is the list of pre-requistes and key setups required for converting AP Invoices.

Payables Options
Purchasing Options
Items
Currency Setup

M E Fl I C H E
M

Any Merichem Specific lookup Codes


Tolerances
Holds

Page 7 of
42

AP Invoice Conversion

Design Document vl.3

Technical Overview
The intent of this document is to summarize the technical configuration and
architecture of the Open AP Invoice Conversion from Navision to Oracle.

Design Decisions

Only Navision system open AP Invoices shall be converted. Open Invoice


are those Invoices for which payment has not been made yet. All invoices
for which payment is already done will not be converted.

Navision data extracts shall be loaded into staging tables. All validations
shall take place in staging table and data will be loaded into Oracle open
interface tables.

Invoice Open Interface Import program will be used to load data from the
interface tables to the base tables in Oracle.

Component List
Shell SQI/PLSQL Scripts/Sql*loader files
AP Invoice Conversion includes the following file and scripts:

xxmer_in_apinv_conv_sh: Shell script to call sql*loader to load data in to


staging tables.

xxmer_in_apinv_conv_headers_ctl: Control file to load headers data in to


staging table.

xxmer_in_apinv_conv_lines_ctl: Control file to load lines data in to staging


table.

xxmer_in_apinv_conv_validate.sql: Program to validate staging tables data


and load into open interface tables.

Corresponding Load files shall be used to load data into their respective tables.

Assumptions

MERICHE
M

Invoices that show open but are not truly open need to be closed by
Merichem. (for example, Invoice No 15652 is open since 1999)

Page 8 of 42

Only Open Navision Invoices will be converted; however any references to


Projects that exist in Navision, regardless of the project status, will not be
carried into Oracle as the Invoice will not be able to validate against a
Project (dependency) in Oracle. The invoice will show as open, but it
cannot reference the project.

Invoices converted from Navision to Oracle will be transferred to GL in one


batch and will be reversed after posting.

Any open Projects in Navision will be manually created as new open


projects in Oracle.

Data related to closed projects will not be brought from Navision to Oracle.

For closed projects with open invoices the data will be converted from
Navision to Oracle without the reference number of the closed project.

No tax information in the invoice will be converted.

Invoices on Hold needs to be clarified by Merichem, no logic would be built


around the On Hold invoices. Invoices on Hold will not reflect any Hold's
in Oracle. All such invoices which are on hold need to be clear by
Merichem.

For Open Projects, Open/ Closed Invoices with Projects Information would
be brought into Oracle and the Project information will be captured in the
Description of the Invoice along with old Invoice number and we also
would be bringing open invoices (for closed projects) but without the
project information.

The vendor information will be migrated based on the data provided by


Merichem in xls template. These details will capture old vendore code and
old vendor site code also. Vendor information in the AP Invoice extract
should match with cleansed vendor data provided by Merichem.

AP Invoice Conversion

Design Document vl.3

Conversion Mapping - AP Invoice Headers


Below is a table mapping the legacy data elements to the Oracle tables and columns.
The AP Invoice Open Interface receives derives and validates the data in the AP
interface tables and if no errors are found data is loaded in AP_INVOICES_ALL and
AP_INVOICE_DISTRIBUTIONS_ALL tables in AP.
Records in the AP_INVOICE_LINES_INTERF ACE table create one or more
invoice distributions. Note that one row may create more than one distribution. For
example, if you enter a Tax line in this table and prorate it across three Item lines,
during Open Interface Import the system will create three Tax invoice distributions
based on the single Tax line in this table.
Invoice Open Interface Import program in Oracle Payables (AP) is used to import
data from interface tables to base AP tables.

Mapped Navision Tables


Only the below Navision tables are in scope for this conversion. This document
covers data mapping of columns from the following Accounts Payable Navision
tables.

MERICHE
M

AP. Inv. Header

AP. Inv. Line

Page 10 of 42

AP Invoice Conversion Process Flow Dia

am

Navision
System

Extract data file


from Navision

Load data file into Oracle Staging Tables


xxap_headers_iface_stg
xxap_lines_iface_stg

Correct
Staging
Data

Run Pre-Interface
Validation
Program(s)

NO

Load data to Oracle Open Interface Tables


ap_invoices_iface
ap_invoice_lines_iface

Run Open Interface


Concurrent Program(s)
Invoice Open Interface
Imnort

Correct
Interface
data
NO

Insert into
Oracle Base
Tables

ME RIC HE
M

Page 11 of
42

NOTE:
1. The correctness of data before loading into Oracle interface table is validated by Merichem Process Leads
& SMEs alongwith the Functional & Technical consultants from Wipro.
2.

The errors records found during conversion will be resolved by the Wipro Functional & Technical
consultants alongwith the Merichem Process Leads & SMEs

MERICHEM

Page 12 of 42

AP Invoice Conversion

Design Document vl.3

Target Application: 11i


Business Object: AP Invoice Headers

Invoice_num

1Varchar2( No
50)

I
Navision

Furch.Inv.Header.No

I
Code

Invoice_type_lookup_code 1Varchar2( No

Po_number

IDate

Standard

No
Navision

Furch.Inv.Header.Do
cument Date

Vendor_id

!Number J No

Vendor_num

Varchar2( No
30)

Navision

Page 13 of
42

Type of Invoice

Furch.Inv.Header.Or
der No.

Furch.Inv.Header.Pa
v-to Vendor No.

generated by
Oracle

None
Take default
unless stated
otherwise

Null
Date

1Varchar2( No
20)
Navision

MERICHE
M

Null

Required if there is
more than one invoice
for the supplier during
import

25)
Invoice_ date

Required --Interface
header uni ue identifier

Null

None
Null

Validated against:
PO_HEADERS.
SEGMENTl

Null

Internal ID validated
against: PO_
VENDORS.VENDOR_
ID One of the following
is required unless
you match to a
PO: VENDOR_ID,
VENDOR_NUM,
VENDOR_NAME

Sequential
Number
generated by
Oracle for
Vendor

INone

Code

Null
Code

AP Invoice Conversion

Design Document vl.3

MERICHE
M

Page 14 of
42

Vendor_name

1Varchar2( 'No
240)

Vendor_site_id

!Number I No

Vendor_site_code

1Varchar2( No
Navision
1
INone Invoice_amount
Null
Navision
Varchar2( No
15)

Invoice_currency_code

I Navision
I

Navision
Exchange_rate

!Number

Exchange_rate_type
Exchange_ date

1Varchar2( No
3Q2_
Date
No

Terms_id

I Number

Terms_name

No
Navision

'Null

None
Internal ID
Validated against:
PO_VENDOR_SITES.
VENDOR_ SITE_ID

Null
Null

Furch.Inv .Header.Pa
Text
IYto_vendor No
Number Yes

mount Includin_g_Tax Decimal


Null

Furch.Inv.Header.Cu
rrensr_code
Code
Furch.Inv.Header. Cu
rrensr_Factor

Optional
Validated against:
FND_CURRENCIES.
CURRENCY_CODE
jNone

Null

Decimal

Null

jNone
lNone

Null

Navision

No

Null

I Navision

Sequential
Number
generated by
Oracle for
Vendor site

Furch.Inv.Header.A

Navision

1Varchar2( rNo
50)

Jurch.Inv.Header.Na _I.
me, Name 2
Text

'Furch.Inv.Header.Pa

vment Terms Code

Code

None
required if no terms
are available through
matching or at the
supplier site. Validated
against: AP_TERMS.
TERMS_ID

'Null

Sequential
number
generated by
Oracle for
Pment terms

INone

Description

Varchar2( No
240)

Awt_group_id

Number

No

Null

Awt_group_name

Null

Last_update_date

Varchar2( No
2
Date
No

Null

Standard Who Column

Last_updated_by

Number

No

Null

Standard Who Column

Last_update_login

Number

No

Null

Standard Who Column

Creation_date

Date

No

Null

Standard Who Column

Created_by

Number

No

Null

Standard Who Column

Attribute_category

Varchar2(
150}_
Varchar2(
150)
Varchar2(
150}_
Varchar2(
150}_
Varchar2(
150)
Varchar2(
15Ql
Varchar2(
15()}_
Varchar2(
150}_
Varchar2(
150}_
Varchar2(
15()}_
Varchar2(
15()}_
Varchar2(
15()}_
Varchar2(
15()}_
Varchar2(
15()}_

No

Null

Descriptive Flexfiel d

No

Null

Descriptive Flexfield

No

Null

Descriptive Flexfield

None
None

No

Null

Descriptive Flexfield

None

No

Null

Descriptive Flexfield

None

No

Null

Descriptive Flexfield

None

No

Null

Descriptive Flexfield

None

No

Null

Descriptive Flexfield

None

No

Null

Descriptive Flexfield

No

Null

Descriptive Flexfield

No

Null

Descriptive Flexfield

No

Null

Descriptive Flexfield

No

Null

Descriptive Flexfield

No

Null

Descriptive Flexfield

Navision

Athibutel
Attribute2
Attribute3
Attribute4
Attributes
Attribute6
Attribute7
Attributes
Attribute9
AttributelO
Attributell
Attribute12
Attribute13

Purch.Inv .Header.
Your Reference,
Posting Description,
Vendor Invoice No

Null
None
None
None
None
None
None
None
None
None

None
None
None
None
None
None

Attribute14
Attribute15
Global_attribute_category
Global_ath"ibutel
Global_attribute2
Global_attribute3
Global_attribute4
Global_attribute5
Global_attribute6
Global_attribute7
Global_attribute8
Global_attribute9
Global_attributelO
Global_attributel 1
Global_athibute12
Global_attribute13
Global_athibutel4
Global_attribute15
Global_attribute16
Global_attribute17
Global_attribute18
Global_attributel 9

Varchar2(
15C!}_
Varchar2(
150)
Varchar2(
150)
Varchar2(
150)
Varchar2(
15C!}_
Varchar2(
15C!}_
Varchar2(
15C!}_
Varchar2(
15C!}_
Varchar2(
150)
Varchar2(
15C!}_
Varchar2(
150)
Varchar2(
15C!}_
Varchar2(
150)
Varchar2(
15Ql_
Varchar2(
150)
Varchar2(
15Ql_
Varchar2(
15Ql_
Varchar2(
150)
Varchar2(
15Ql_
Varchar2(
15Ql_
Varchar2(
150)
Varchar2(

No

Null

Descriptive Flexfield

No

Null

Descriptive Flexfield

No

Null

Descriptive Flexfield

No

Null

Descriptive Flexfield

No

Null

Descriptive Flexfield

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

No

Null

Localization

None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None

150)
Global_attribute20
Status

Source
Group_id
Request_id

Varchar2( No
15Ql_
Varchar2( No
25)

Null

Localization

default

Varchar2( Yes
80)
Varchar2( No
8Ql_
Number No

Null

Status of the data in or


after the Payables Open
Interface Im_..E.ort
Source of the invoices

None

Text

'Navision'

None
None

Null
None
Null

None

Null

Payment_cross_rate_date

Varchar2( No
30)
Date
No

Null

None

Payment_cross_rate

Number

Null

None

Payment_ currency_code

Varchar2( No
1
Varchar2( No
1)

Payment_cross_rate_type

Workflow_flag

None

No

Doc_category_code

Varchar2( No
30)

Voucher_num

Varchar2( No
50)

0_..E.tional

0_..E.tional
Optional

Optional

Navision
Payment_method_lookup_
code

Varchar2( No
25)

Optional

Navision
Pay_group_lookup_code

Purch.Inv.Header.Pa
nent Method Code

Varchar2( No
25)

Optional
Navision

Goods_received_date

Purch.Inv.Header.Ve
ndor Invoice No.

Date

No

Purch.Inv.Header.Ve
ndor Posting_ Groll

Code
Optional

None
Flag that indicates if the
Payables Open Interface
Workflow should process
the record_(Y or N)
None
Sequential numbering
(voucher number)
document category.
Validated against
FND_DOC_SEQUENCE_
CATEGORIES.CODE
None
Voucher number;
validated (Sequential
Numbering enabled), or
non-validated (Sequential
Numberin_g_ not enable None
Name of payment
method Validated against
AP_
LOOKUP_CODES
None
Name of pay group,
Validated against: PO_
LOOKUP_CODES
None
Date invoice items
received
None

Invoice_received_date
GL_date

Date
Date

No
No
Navision

Accts_pay_code_combinati Number
on_id

Purch.Inv.Header.Pos
tinji_Date
Date

No

USSGL_Transaction_code

Varchar2( No
30)

Exclusive_payment_flag

Varchar2( No

MERICHE
M

Number

No

Amom1t_applicable_to_dis Number
count

No

Date invoice received

None

None
Accounting Flexfield
identifier for accounts
payable liability account.
Validated against
GL_CODE_COMBINATI
ONS.CODE_COMBINAT
ION_ID
None
Optional
Default transaction code
for creating US Standard
General Ledger journal
entries (Oracle Public
Sector Payables).
Validated against
GL_USSGL_TRANSACTI
ON_cODES.USSGL_TR
ANSACTION_ CODE
None
Optional
Flag that indicates
whether to pay invoice
on a separate payment
document
None
Optional/Derive
To be derived
d
from Operating
Unit_E!ofile
Optional
Amount of invoice
applicable to a discount
Optional

Navision

Furch.Inv.Header .Loe
ation Code,
Department Code,
Profit Center Code
Code

Navision

Furch.Inv.Header.Pa
yment
Discount% ,Invoice
Disc. Code

1)

Org_id

Optional
Optional

Decimal

None

Prepay_num

Varchar2( No
50)

Optional

Prepay_dist_num

Nmnber

No

Optional

None

Prepay_apply_amount

Number

No

Optional

The amount of
prepayment that the user
wants to apply to the
invoice. This amount
has
to be_I>_Ositive.
None

Prepay_GL_date

Date

No

Optional

None

Invoice_includes_prepay _f Varchar2( No

Optional

Page 18 of
42

The invoice number of an


existing, fully paid
prepayment to be applied
to the im_I>_orted invoice None

MERICHE
M

!l.

Page 18 of
42

None

No_xrate_base_amount

Number

No

UsedOptional
only if Payables option Calculate User Exchange Rate is e

None
Optional
Supplier e-mail address for XML invoice rejections

Vendor_email_address Varchar2( 2000)


No

Terms_ date

Date

No

Requester_id

Number

No

Ship_to_location

External_doc_reference

MER ICH E
M

Varchar2( 40)
No

Varchar2( No
240)

Page 19 of
42

None
Date used
Optional
with payment terms to calculate scheduled
payment of

Navision

Furch.Inv .Header.Pos titDate


None
Requester of Date
invoice is used by the Invoice Approval Workflow process to generat

None
ShipNull
to location for purchase order matching.Used for XML inv

Null
None

None
Used for XML InvoicesNone

Design Document vl.3

AP Invoice Conversion

Conversion Mapping - AP Invoice Lines


Below is a table mapping the legacy data elements to the Oracle tables and columns.
Target Application:

11i

Business Object: Invoice Lines

MERICHE
M

Page 20 of 42

AP Invoice Conversion

Design Document vl.3

ace

Null

Invoice_id
Number

No

Number

No

Null
Null

Invoice_line_id
Line_number

Navision

Furch.Inv.Line.Line
No.

Inte er

Varchar2( No
25)
_code

Line_

l!_number

Amount
Accounting_ date
Description
Amount_includes_tax_flc:g_

accts Number
identify each
Number

Yes

Date

No

Varchar2( No
24())_
Varchar2( No

'U.

Varchar21No
1)

Navision
No

0 tion

Null

Purch.Inv.Line.Amou
Navision
Navision
Navision

nt Includin_g_ Tax
Decimal
Purch.Inv.Header.Pos
tin_g_ Date
Date
Purch.Inv.Line.Descri
lr_tion, Descr_i:!>_tion 2 Text

Null
lNull
!Null

I I

Null

Navision

Furch.Inv.Line.Tax
Option,
Calculation Type, Tax Decimal

Final_match_flai<
MERICHE
M

Page 21of 42

INone

lNone
!None

INone

Prorate indicator for this

INone
INone

line to be prorated across


all lines with the same
LINE_GROUP_NUMBER
Tax code. Validated
INone
against
AP_TAX_CODES_ALL.N
AME

Null

Final match indicator for INone


distribution line matched
to purchase order

Navision

item line to which you


l want to prorate

Null

Tax_code
Varchar2( No
1)

None
Type of invoice line (Item, Query in
Freight, Tax,
Navision Based
Miscellaneous)
on GL
Null
Value to

Null

Prorate_across_flc:g_
Varchar2( No
15)

Sequential
against
Number
AP_INVOICES_INTERFA generated by
CE.INVOICE_ID
Oracle
Sequential
Number
generated by
I
IOracle

1Validated

AP Invoice Conversion

Design Document vl.3

MERICHE
M

Page 22of 42

Number I No

Po_header_id

l Varchar2( No

Navision

20)

I Null

Furch.Inv.Line.PO
No.

Null

Po_number

Code
Number

No

Null

Number

No

Null

Po_line_id

Po_line_number

Number

Navision

N/A
Null

No

Po_line_location_id

!Number !No

I Navision

IN /A

Po_shipment_num

Navision

N/ A

!Null

Number

No

Null

Number

No

Null

Po_dishibution_id

Po_distribution_num
Po_unit_of_measure

Navision
Varchar2( No

Navision

N/ A
Furch.Inv.Line.Unit

Text

Null

I Purchase order header


identifier used for PO
matching. Validated
against
PO_HEADERS_ALL.PO
HEADER_ID
Purchase order line
identifier used for PO
matching. Validated
against
PO_LINES_ALL.PO_LIN
E_ID
Validated against
PO_LINES_ALL.PO_LIN
E_ID

PO_header_id
corresponding to
the PO_number
mentioned in the
next row
I None

Corresponds to
the line_number
mentioned in the
next row
None

Validated against
PO_LINES_ALL.PO_LIN
E_NUM
Validated against
I
None PO_LINE_LOCATIONS_
ALL.LINE LOCATION I
lalid ated gainst
- I None
PO_LINE_LOCATIONS_

ALL.SHIPMENT_NUM
Validated against
Corresponds to
PO_DISTRIBUTIONS_AL the
L.PO_DISTRIBUTION_ID distribution_nu
m mentioned in
the next row
Validated against
None
PO_DISTRIBUTIONS_AL
L.PO_DISTRIBUTION_N
UM
Unit of measure on
INone

Inventorv_item_id

lI

jNavision

lN/ A

Varchar2ffNo
2401

Item_description

Number

Quaninvoiced

Unitprice

No

Navision

Varchar2( No
6C2}_
Number No

Ship_to_location_code

lo Measure

j_25)
!Number I No

!Number I No

lI

l!Null

tl

VENTORY_ITEM_ID

Furch.Inv.Line.Quant I

I Null
1Null

gr_

Furch.Inv.Line.Unit
Price ($)

Null

Null

Varchar2( No
50)

Null

Varchar2( No
250)

Null

Number

Null

Dist_code_concatenated
Yes

l
Number I No

I
I

INone
INone

Unit price for purchase


order matched invoice
items
Validated against
AP_DISTRIBUTION_SET
S_ALL.DISTRIBUTION_S
ET_ID
Validated against
AP_INVOICE_DISTRIBU
TION_SETS_ALL.DISTRI
BUTION_SET_NAME
Accounting flexfield for
account associated with a
distribution line
Accounting flexfield
identifier for account
associated with a
distribution line.
Validated against
GL_CODE_COMBINATI
ONS.CODE_COMBINATI
ON_ID

INone

Withholding tax group


identifier. Validated
against

INone

Text
Navision

Distribution_set_name

INone

1Null

Distribution_set_id

Dist_code_combination_id

purchase order line


Validated against
MTL_SYSTEM_ITEMS.IN INone

lNavision

j??

f
l Null

INone

INone

INone
INone

Awt_group_id

I AP_AWT_GROUPS.GRO

Varchar2( No
251
Number No

Creation date

Attributel
Attribute2
Attribute3
Attribute4
Attributes
Attribute6
Attribute7
Attributes
Attribute9
AttributelO
Attributel 1
Attribute12

!Null

INone

Null

Standard who column

None

Date

No

Null

Standard who column

None

Number

No

Null

Standard who column

None

Number

No

Null

Standard who column

None

No

Null

Standard who column

None

Optional

Descriptive flexfield
structure definition
column
Descriptive flexfield
sment

None

lDate

Varchar2( No
150)

Attribute cat

UP_ID

lVarchar2( No
15Cl}_
Varchar2(
15CJ}_
Varchar2(
150)
Varchar2(
l1sCJ}_
Varchar2(
1150)
Varchar2(
1150)
Varchar2(
11sCJ}_
Varchar2(
15Cl}_
Varchar2(
15Cl}_
Varchar2(
150)

Optional

INone
INone

No

Optional

No

Optional

INone

No

Optional

INone

No

Optional

INone

INone

INone

No
0_tional
No
0_tional
No
0_tional
No
No

No
Varchar2( No
150)

0...E_tional
Optional
Optional
Optional

1099 type for the purchase INone


order line
INone

I
I

INone
JNone
!None

Attribute13
Attribute14
Attribute15
Global_attribute_category
Global_attributel
Global_attribute2
Global_attribute3
Global attribute4
Global_attribute5
Global_attribute6
Global_attribute7
Global attributes
Global_attribute9
Global_athibutelO
Global_attributell
Global_attribute12
Global_attribute13
1Global_attribute14

Varchar2(
1150)
Varchar2(
15Q)_
Varchar2(
15Q)_
Varchar2(
15Q)_
Varchar2(
15Q)_
Varchar2(
15Q)_
Varchar2(
15Q)_
Varchar2(
15Q)_
Varchar2(
15Q)_
Varchar2(
1150)
Varchar2(
15Q)_
Varchar2(
15Q)_
Varchar2(
15Ql
Varchar2(
15Ql
Varchar2(
1150)
1Varchar2(
1150)
Varchar2(
15Ql
Varchar2(
150

No
O_r_tional
No
O_r_tional
No

O_r_tional

No

O_r_tional

No

INone

INone

INone

Reserved for counhyecific localizations


Reserved for counhy

INone

INone

O_r_tional
Reserved for counhy

INone

No

0_.r_tional
Optional

Reserved for counhy

INone

No

Optional

Reserved for counhy

INone

No

Optional

Reserved for counhy

INone

Reserved for counhy

INone

No

Optional

No
No

Optional

Reserved for counhy

INone

No

Optional

Reserved for counhy

INone

No

Optional

Reserved for counhy

INone

No

Optional

Reserved for counhy

INone

No

Optional

!Reserved for counhy

INone

No

Optional

Reserved for counhy

INone

No

Optional

Reserved for counhy

INone

No

Optional

Reserved for counhy

INone

Global_attribute17

Varchar2( No
1150)
Varchar2( No
l15Ql
Varchar2( No
1150}

Global_attribute18

Global_attribute15
Global_attribute16

Global_attributel 9
Global_attribute20

Varchar2(1 No

O_p_tional
O_r..tional
Optional

Varchar2( No
]15Q)
Varchar2( No
l15Ql_
Number No

Po_release_id

INumber

Release_num

I No

jOptional
O_r..tional
0...r_tional
Optional

I optional

Varchar2( No
25)

Account_se

ent
Varchar2( No
25)

Balancin se ient
Cost_center_se=ent

Varchar2( No

Optional

IReserved for country

INone

IReserved for country

INone

IReserved for country

INone

IReserved for country


IReserved for country

INone

Reserved for country

INone

INone

Blanket purchase order


INone
release identifier used for
PO matching. Validated
against
PO_RELEASES_ALL.PO_
!RELEASE ID
Blanket pi:;-rchase order INone
release number used for
PO matching. Validated
against
PO_RELEASES_ALL.REL
EASE_NUM
Value for account segmentl None
of accounting flexfield.
Payables will overlay this
value on the accounting
flexfield durin im ort
Value for balancing
INone
segment of accounting
flexfield. Payables will
overlay this value on the
accounting flexfield
durin im ort
Value for cost center
INone

25)

Number
Proiect_id
Task_id

Exr_enditure__!yr_e
Exr_enditure_item_date

Date

Expenditure_
organization_
id

INo

IOptional

I
Number

No

Varchar2( No
30)

INumber

Isegment of accounting

No

Navision

N/A

Navision

N/A
N/A

Navision
Navision

Optional
Optional
Optional

N/A

No

Varchar2( No
Proiect_accounting_contextl 30)
Varchar2( No

Optional
N/ A
Navision
N/A

1)

Pa_addition_fla

Optional

Validated against
TNone
PA_EXP_ORGS_IT.ORGA
NIZATION_ID
INone

IOptional

IFlag that indicates if

Navision
Number

No

Optional

N/ A
Navision

Varchar2( No
30)

Optional

Number

No

Optional

USSGL_Transaction_code

Stat_amount

flexfield. Payables will


overlay this value on the
accounting flexfield
durin_g_ im_Eort
Validated against
INone
PA_PROJECTS_ALL.PRO
JECT_ID
Validated against
INone
PA_TASKS.TASK_ID
Validated against
INone
PA_EXPENDITURE_TYP
ES.EXPENDITURE_ TYPE
JNone

INone

project related invoice


distributions have been
transferred into Oracle
Pro"ects
or N
Project item quantity used
INone to build accounting
flexfield for projectrelated distribution line
USSGL hansaction code INone
for creating US Standard
General Ledger journal
entries (Oracle Public
Sector Pa ables .
Amount associated with a INone
dishibution line for
measurin2: statistical

Varchar2( No

IQ}_

Income_tax_region

Navision

Furch.Inv .Line.1099
Liable

jOptional

I None

I None

Boolean

Varchar2( No
110)
Varchar2( No

0..E_tional
Optional

Flag that indicates if


I None
distribution line is tracked
in Oracle Assets (Y or

1)

Assets_tracking_flag

Price_correction_fl

Varchar2( No
Number No

Org, id

Navision

N/A
Optional
Optional

lD.
I

Varchar2( No
30)

Optional

Receipt_number

lVarchar2( No

Navision

Receipt_line_number

J2
Varchar2( No
25)

Navision

Match_tion
None Packin..zd'l!r_
Rev_transaction_id

Furch.Inv.Line.Recei
Code
jr_t No.
Furch.Inv .Line.Recei
l.0 Line No.
Intr

l
Optional
Optional

The value of the Invoice


Match option on the PO

_b

lNumber
Number

No
No

Optional
O_JJ_tional
Optional

I None

l!Identifier of the

INone
TNone

corresponding receivable
intercompnay invoice in
lOracle Receivables
No

Optional

Varchar2( No
1 30)

Optional

I A reference to a record in I
another application

Number

ill

None Reference_l

shnent

Varchar2( No

Pa_cc_ar_invoice_id
Pa_cc_ar_invoice_line_nu

Flag that indicates if line I None


[r!oduces_E!ice correction !Derive from
kperating Unit
rofile
The receipt number to
TNone
which an invoice will be
matched. Validated
against
RCV_SHIPMENT_HEAD
ERS.RECEIPT_NUM
I None

I None

Reference_2

Optional

No

Optional

Varchar2( No

Optional

!Tax recovery rate to be


INone
used in the tax calculation
whenever partially
recoverable tax is enabled
Flag indicating whether INone
user has overwritten the
tax recovery rate over the
suggested default
Flag indicating whether a INone
tax line is recoverable or
nonrecoverable. Used
whenever partially
recoverable tax is enabled
Flag indicating whether INone
the user has overwritten
the defaulted tax code
Tax code identifier for the
INone tax code to be used.
Validated against
AP_TAX_CODES_ALL.T
AX_ID

Varchar2( No

Pa_cc_ rocessed_code

Number
Tax_recov_rate
1)

Tax_recove1y_override_fla I
Varchar2( No

Optional

1)

Tax_recoverable_fl
Varchar2( No

Optional

1)

Tax_code_override_fl
Number

Tax_code_id

No

!Number I No

Optional

l
I

l
-I Optional

Credit_card_trx_id
Number

No

Optional

Varchar2( No
25)

Optional

Award_id

Vendor_item_num
Taxable_fl
Price_correct_inv_num

INone

Varchar2( No

:u_

Varchar2( No

Navision

Furch.Inv.Line.Tax
Liable

Boolean

Optional
Optional

Credit card transaction ID INone


if the line is a credit card
cha
Grants requirement to
INone
store award
Validated against
INone
PO_LINES_ALL.VENDO
R PRODUCT NUM
A value of Y indicates that l None
the line is taxable
Number of the invoice
!None

50)

Varchar2(1 No
240)
Extemal_doc_line_ref

MERICHE
M

Page 30 of 42

Optional

that this price correction


invoice is correcting.
Validated against
AP_INVOICES_ALL.INV
OICE_NUM.
Internal document
reference number from
Accounts Receivables
system. Used for XML
invoices

None

Design Document vl.3

AP Invoice Conversion

Extract File Layout


' '

Datafile

Field Name
'

Data:ge
, ,
)'

Rosit ion :
From ,

, Rosition:
mo

racle [' able

racle olumn

""

Extract files for AP Invoice Headers and Lines will be pipe ( I ) delimited. Navision will provide 2 separate files for
Headers and Lines.
Header File Format:
Invoice_Num I Invoice_Date I PO_Number IVendor_Num I Vendor_Name I Vendor_Site_Code I Invoice_Amount I I
nvoice_Currency_Code I Exchange_Rate I Terms_Name I Description I Source I Voucher_Num I Payment_Method_L
ookup_Code I Pay_Group_Lookup_Code I Accts_pay_Code_Combination_Id I Amount_Applicable_To_Discount I
Terms_Date
Line File Format:
Line_Number I Line_Type_Lookup_Code I Amount I Accounting_Date IDescription I Tax_Code I Po_Number I PO_
Unit_Of_Measure I Quantity_Invoiced I Unit_Price I Dist_Code_Combination_Id I Project_Id I Task_Id I Expenditure
_Type I Expenditure_Item_Date I Expenditure_Organization_Id I Pa_Addition_Flag I Pa_Quantity I Receipt_Numbe
r I Receipt_Line_Number I Taxable_Flag

MERICHE
M

Page 31of 42

;;

Staging Table Structure


XXAP_HEADERS_IFACE_STG
XXAP_LINES_IF ACE_STG

M ER IC H E M

Page 32 of 42

WIPRO
Applyms:Tla".tM

Data Clean-up, Validations & Setups


AP Invoice conversion data will be cleansed by Merichem before creation of extract
files for loading into oracle staging tables. There are no further clean-up processes
identified as of now. The further clean-up process can be identified (if required) once
the cleansed Static data is finalized. We may need to update this document
accordingly.

Validation Logic
Error Conditions:
These are some of the error conditions for Open Order import. These error conditions
would be included in the standard log file generated by validation program.
The following conditions will cause the program to complete with an Error status:

Organization Code is Invalid.

MER ICHE
M

Supplier does not exist.

Site is invalid.

Item does not exist.

Account code combination not valid.

Date not in open period.

Mismatch in amount between header and line.

Project/Task does not exist.

Page 33 of 42

Data Normalization
Data normalization is not required prior to loading data into staging tables from
Navision extract files.

Exception & Error Handling


Exceptions like the following will be captured in the code.

NO_DATA_FOUND: ORA-01403

TOO_MANY_ROWS: ORA-01422

VALUE_ERROR: ORA-06502

For Conversions
A detailed log will be created for all the records that failed / errored. The log file will
show the number of records processed and errored.
Data Audit from Navision to Oracle will be a joint responsibility between Merichem
Process Leads/SMEs and Wipro Functional & Technical Team

Open and Closed Issues f or this Deliverable

Open Issues

"

<

Issue

ID

Rsolution<

Responsibility

Open Invoices
1 needs to be closed for eg Invoice No
Need
15652
to close
is open
all since
such Invoices
1999
before conversion
Merichem

1."arget Date

Before Invoice Conver

Closed Issues

ID

Issue

< Resolution

Responsibilitx

@lose Date

Most of the fields have been


1Figuring
clarified
out mapping for
Mwrichem & Wipro15-Feb-06
and the color changed tothose
blue. columns
For others
marked
meeting
in red
was scheduled by Raj with Michael Spain. Details
Functional
of which
Consultant
are updated in the reference
After migration the invoices will be transferred from Payables to General Ledger in one batch and will be reversed after posting.

Since all the invoices


2
are
already accounted in Navision, the invoices should not get accounted
ain in Oracle

Wipro Functional
Consultant

Ref erences
Column References from Navision after meeting with Merichem.

Purch. Inv.
Header

Bu -from Vendor No.

3 No.

Code

20

1 No

N/A

Code

20

1 Yes

Invoice No

15-Feb-06

Pto Vendor No.

Code

20

1 Yes

Name

Text

30

1 Yes

Vendor No
Vendor
Name

Name 2

Text

30

1 Yes

Vendor
Name

Address

Text

30

1 Yes

Vendor
address

Address 2

Text

30

Vendor
address

City_

Text

30

1 Yes

Vendor city_

10

Contact

Text

30

Yes

Vendor
contact

11
12
13
14
15
16
17
18
19

Your Reference
Shi2_:-to Code
Shi2_:-to Name
Shi2_:-to Name 2
Shi2_:-to Address
Shl2_-to Address 2
Sh]Q-to City_
Shl2_-to Contact
Order Date

Text
Code
Text
Text
Text
Text
Text
Text
Date

30
10
50
30
30
30
30
30
4

1
1
1
1
1
1
1
1
1

Yes
No
No
No
No
No
No
No
No

DescrlQ):ion
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A

20
21

Posting Date
Ex_12_ected Recel2_t

Date
Date

4
4

1
1

No
No

Invoice Date
N/A

22

Date Postig_

Text

50

1 Yes

Descrl2_tion

Code
Date
Decimal
Date

10
4
12
4

1
1
1
1

Yes
No
No
No

Payment
Terms Code
N/A
N/A
N/A

Code
Code
Code
Code
Code
Code
Decimal
Code
Code
Code

10
10
10
10
10
10
12
20
10
10

1
1
1
1
1
1
1
1
1
1

No
No
No
No
No
No
No
No
No
No

N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A

Yes

Description
23
24
25
26
27
28
29
30
31
32
33
37
41
43

Due Date
Pa y_ment Discount %
Pmt. Discount Date
Shipment Method
Code
Location Code
De_12_artment Code
Profit Center Code
Vendor Posting_ Group_
Curren9"._ Code
Curren9"._ Factor
Invoice Disc. Code
Lang_ua_g_e Code
Purchaser Code

44Order No.Code
CommentBoolean
No. Printedlnte_g_er
On HoldCode
Applies-to Doc. T_y.Q_eO_Q_tion
Applies-to Doc. No.Code
Bal. Account No.Code
Job No.Code
AmountDecimal
Amount lncludif![ TaxDecimal

20
4
4
3
4
20
20
20
12
12

Code
20
Vendor Invoice 68
No.
70 Sell-to Customer No. Reason
Text Code
20
VAT Rstration No.
72 Grol!l2_
Code Code
20
Gen. Bus. Posting
73 Trans_Q_ort Method VAT Count!}'_ Code
10
Transaction 1=Y.Q_e
Buy-from Vendor Name
Buy-from Vendor Name 2

Will be
concatenated with Descri2_ti
N/A N/A N/A N/A N/A N/A N/A
Amount
1 Yes
N/A
1No
1No
1No
1No
1No
1No
1No
1 Yes
1No

1 Yes
1 Yes
1No
1No

Vendor
Invoice No
N/A N/A

Code
Code Code Code

10
10
10
10

1
No
1
No No No
1
1

79

Text

30

No

80

Text

30

No

81Bl!l'.:'from Address

Text

30

1No

82Bl!l'.:'from Address 2

Text

30

1No

Text

30

1No

84Bl!l'.:'from Contact

Text

30

1No

85ZIP Code

Code

20

Yes

86State

Text

30

Yes

10
20
30

1 Yes
1No
1No

10
20
30
10

1
No
N/A
1
No No NoN/A N/A N/A
1
1

74
76

77
78

83Bl!l'.:'from Ci!1'._

Country
87 Code
Code
Bl!l'.:'from
88
ZIP Code BL!Y_-from
State
Code
Text
Buy-from
89
Country
Code
Shi2_-to ZIP Code Shi2_-to State
Ship-to
90 Country Code
Code
91
Code Text Code
92
93

GL Acct - Ral
N/A N/A N/A
Vendor Name
Vendor Name
Vendore address
Vendor address

Vendor Ci!1'._
Vendor contact

Vendor Zj_Q_
Vendor State
Vendor Country N/A
N/A

Design Document vl.3

Bal. Account T..1'.2_e 0tion


4
Order Address Code Code Code Boolean 10
En!!Y_ Point
10
Correction

N/A
N/A N/A
N/A AP Invoice Conversion

Date
Code

4
10

1
1

Date Invoice
Received
Yes from Vendor
No N/A

Code
102 S_12.e. cification
104 Pa_y_ment Method Code Code

10
10

1
1

No
No

N/A
N/A

99 Document Date
101 Area
Transaction

Pre-Assigned No.
Series
No. Series
Order No. Series
Pre-Assigned No.
User ID
Source Code
Tax Area Code
Tax Liable
Tax Bus. Posting
116 Grou_12..
119 VAT Base Discount %
10005 ShiQ.-to UPS Zone

107
108
1 10
111
112
113
114
115

Code
Code
Code
Code
Code
Code
Code
Boolean

10
10
10
20
10
10
20
4

1
1
1
1
1
1
1
1

No
No
No
No
No
No
No
No

N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A

10020
5002
0
50021
5002
2
5002
3
5002
4
5002
5
50050
50051
50052
50055
50056
50057
50071
50072
50073
5007
4
50090
50091
50092
50093
50100
50107

Code
Decimal
Code
Code
O_Q!:ion
Code
Code
Decimal
Code
Code
Boolean
Boolean
lnte_g_er
Date
Date
Boolean
Decimal
Decimal
Decimal
Decimal
Code
Text
Code
0tion
Code
Option

10
12
2
10
4
10
20
12
10
10
4
4
4
4
4
4
12
12
12
12
10
30
10
4
20
4

1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1

No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No

N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A

Code

10

No

N/A

1099 Code
ContractT..1'.2_e
Mode of Trans2_ortation
Product
ModeVolume
Route
ModeUM
Attachments
Re_g_uisition
Revision No.
Re_g_uisition Date
Revision Date
Critical
Est. Frelg_ht
Actual Frelg_ht
Est. Ind. Svcs
Actual Ind. Svcs
FOB Code
FOB
ShlQ.Via
Order T..1'.2_e
Related Document No.
Ana Y'_sis To Use
Pricing Qty Formula
50109 Code

MERICHE
M

1No
1No
1No
1No

Page 41 of 42

NIA
NIA NIA NIA NIA NIA NIA NIA

Design Document vl.3

NIA NIA

Net Weight Formula


50110 Code
Related Sales Doc.
50111 No.
GL50200
Acct NoRaw
- Matl Contract
NIA
50201 Pricin_g_ Amount
NIA
NIAPO No.
50250
50255 Reserved
Description
50256 Led_g_er EntrY_ T_yQ_e
_{_Free Tex!}_
50260 Price T_yQ_e
Purch. Inv.
Line

Description Free Tex!}_


2 Buy-from Vendor No.
NIA NIA NIA NIA NIA NIA
3 Document No.
Amount wlo
tax
4 Line
NIA NIA
NIANo.
NIA NIA NIA
5 T_yQ_e

Code

10 1

No

Code
Boolean
Decimal
Code
Code
O_Q_tion
O_Q_tion

20
4

1
1

No
No

12
20
20
4
4

1
1
1
1
1

No
No
No
No
No

NIA NIA

Code
Code

20
20

1
1

No
No

lnter
NIA
NIA

4
4

O_Qj:ion

1 Yes
1 Yes

6
7
8
10

No.
Location Code
Postin_g_ Grou_Q_
Eected Receipt Date

Code
Code
Code
Date

20
10
10
4

1
1
1
1

Yes
No
No
No

11

Descrtion

Text

50

Yes

12
13

DescriQtion 2
Unit of Measure
Quanti!Y_
Direct Unit Cost
Unit Costl$l
Tax %
Quanti!Y_ Disc. %

Text
Text
Decimal
Decimal
Decimal
Decimal
Decimal

50
10
12
12
12
12
12

1 Yes
1 No
1 No
1 No
1 No
1 No
1 No

Line Discount %
Line Discount Amount

Decimal
Decimal

12
12

1
1

29
30
31
32
34
35
36
37
38

Amount
Amount lncludin_g_ Tax
Unit Price_(_$1
Allow Invoice Disc.
Gross Weight
Net Weig_ht
Units_Q_er Parcel
Unit Volume
Appl.-to Item EntrY_

Decimal
Decimal
Decimal
Boolean

12
12
12
4

1 Yes
1 No
1 No
1 No

Decimal
Decimal
Decimal
Decimal
lnte_g_er

12
12
12
12
4

1
1
1
1
1

40

De_Q_artment Code

Code

10

1 Yes

41

Profit Center Code

Code

10

1 Yes

15
22
23
25
26
27
28

MERICHE
M

AP Invoice Conversion

Page 40 of 42

No
No

No
No
No
No
No

Line Number T_yQ_e

Design Document vl.3

AP Invoice Conversion

45 Job No.
Code
20
Code
47 Phase Code
10
48 Task Code
Code
20
Code
49 Ste_e_ Code
10
53 Serial No.
20
Code
54 Indirect Cost %
Decimal
12
Tax Calculation T y_p_e
77
O_Q_tion
69 Inv. Discount
Amount
Decimal4
121No
Transaction "1Jt'..2_e Transport
Method Attached
to Line
En!!Y_
Point 1No
Code Code
lnterNo.
Code
78
10
70 Tax
Vendor
No.Tax LiableText
20
Area Transaction S_e_ecification
AreaItem
Code
Code
79
10
1No
Gen. Bus. Posting
Tax Group Code Use Tax
80
4
Grou_Q_
Code
7
101No
Tax Bus. Posting
81
10
1No
Gen.
Prod.
Posting
4
Grop_
82
Grou_Q_
Code
10
1No
75
10
Tax Prod. Posting Grou_e_
Blanket Order No. Blanket Order Line No. Tax Base Amount
Unit Cost Lot No.
Prod. Order No. Variant
Code
83Code Tank
10
Qty. per Unit of
Code Boolean Code Boolean
85
20
Measure
86
4
Unit of Measure Code Quanti!Y (Basaj_
87
10
FA Posting_ Date FA Posting_ T y_p_e Depreciation Book Code
88
4
Salv<!9_e Value
Depr. until FA Posting Date
De2_r. Auisition Cost Maintenance Code Insurance No.
Code
Bud_g_eted FA No.
89
10
Duplicate in

90
97
98
99
100
5400
5401
5402
5403

5404
5407
5415
5600
5601

1
1
1
1
1
1
1
1

N/A
N/A
N/A
N/A

No
No
No
No

N/A
No
N/A
No
N/A
No
N/A
N/A N/A N/A N/A
NoN/A
N/A

1 No

N/A

1 No

N/A

No
N/A
1
No
No
No
No
N/A N/A N/A N/A
1

1
1
1
1 No

N/A

Code
No
N/A
10
1
Code lnteg_er Decimal Decimal Code
No
Code
No No
Code
N/A
N/A
NoN/A
No N/A
No No
N/A N/A N/A N/A
20
1 No
Code
4
1

12
12
20
20
10
10

Decimal
12
Code Decimal Date 10
0_0ion
12

1
1
1
1
1
1

No
N/A
1
No
No
No
No
N/A N/A N/A
1
N/A
1

4
4

1
1

10
12

1 No
1 No

5602
5603

Code
Decimal

5605
5606
5609
5610
561 1
5612

Boolean
4
Boolean Code Code Code
4
Code
10

20
20
10

N/A
N/A

No 1
N/A
No 1
No NoN/A
NoN/A
No N/A N/A N/A

1
1
1
1

WIPRO
MERICHE
M

Page 41 of
42

ApplymzTna</%1:

AP Invoice Conversion

Design Document vl.3

5613
10022
50021
50022
50023
50024
50025
50040
50050
50051
50052
50053
50054
50055
50056
50057
50060
50061
50062
50063
50064
50065
50070
50071
50072
50073
50074
50075
50076
50090
50091
50110
50200
50201
50202
50208
50209
50911
50912
50913
50915
50916
50917
51000

Depreciation Book
Use Du_r:>lication List
1099 Liable
VehiclelD
Mode of Trans_Q_ortation
Route
VehicleStatus
VehicleStatusT_yQ_e
Price T_yQ_e
Re-9: Revision No.
PO Revision No.
Link-to Re_g_ No.
Link-to Re_g_ Line No.
Current A22_roval Level
Approval Route
Current A22_roval Code
Approval Code Amount
UMl}t_Q_e
Pricin_g_ UM
Pricin_g_ Um T_yQ_e
Pricin_g_ Q!Y._
Pricin_g_ Q!Y. Q_er UM
Pricing Amount
Welg_ht Source
Est. Frelg_ht
Actual Frelg_ht
Est. Ind. Svcs
Actual Ind. Svcs
Shl2_ment No.
Frelg_ht Chae
Closed
Invoiced
Reason Code
Recel2_t No.
Recel2_t Line No.
Item Line No.
Your Reference No.
PO No.
Actual Quanti!Y_
Actual Q!Y._ UM
Pricing Qty Formula
Code
Shl2_ment Svc. Code
Pricin_g_ Location T_yQ_e
Pricin_g_ Location Code
Shipment Svc. Entry
No.

Boolean
Boolean
Code
Code
Code
Code
O_Q_tion
O_Q_tion
lnte_g_er
lnte_g_er
Code
lnte_g_er
lnter
Code
Code
Decimal
O_Q_tion
Code
O_Q_tion
Decimal
Decimal
Decimal
Code
Decimal
Decimal
Decimal
Decimal
Code
Decimal
Boolean
Boolean
Code
Code
lnter
Decimal
Text
Code
Decimal
Code

4
4
20
10
10
10
4
4
4
4
20
4
4
10
10
12
4
10
4
12
12
12
10
12
12
12
12
30
12
4
4
10
20
4
12
30
20
12
10

1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1

No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No

NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA
NIA

Code
Code
O_Q_tion
Code

10
10 1
4 1
20 1

1 No
No
No
No

NIA
NIA
NIA
NIA

Integer

1 No

NIA

Page 42 of 42
MERICHE
M

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