You are on page 1of 64

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

Oracle Advisor Webcast Program

 Current schedule
 Archived recordings
 Doc ID 740966.1

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


Future Advisor Webcasts
Teleconference Access:
 04-Jun-14: AutoInvoice Overview & Data Flow (Doc
VOICE STREAMING
ID: 1671931.1)
ENABLED
 11-Jun-14: Everything You Need To Know About
AutoInvoice Date Derivation & Accounting Rules (Doc
North America:
ID: 1671932.1)
877-664-9143
 18-Jun-14: Credit Memo Applications Via AutoInvoice
(Doc ID: 1671946.1)
International:
 25-Jun-14: Oracle Payments Funds Disbursement
706-634-8961
Analyzer (Doc ID: 1671948.1)
Conference ID:  16-Jul-14: How To Use E-Business Tax Simulator
2158073 (Doc ID: 1671945.1)

Doc ID: 1626086.1 For upcoming Oracle E-Business Suite Advisor Webcasts
& archived recordings, see Document ID 1455369.1.
3 Copyright © 2014, Oracle and/or its affiliates. All rights reserved.
Safe Harbor Statement
The following is intended to outline our general product
direction. It is intended for information purposes only, and
may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality,
and should not be relied upon in making purchasing decision.
The development, release, and timing of any features or
functionality described for Oracle’s products remains at the
sole discretion of Oracle.

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


Oracle Advisor Webcast
Lockbox Basics: Setup, Data Model &
Troubleshooting

Vijaya Meduri, Senior Software Engineer


Lockbox Basics Webcast Resource Links

 To access the Lockbox Basics: Setup, Data Model &


Troubleshooting webcast recording:
 https://oracleaw.webex.com/oracleaw/lsr.php?RCID=cbb3a57fab7832ef2f6b55c39e7b2565

 Questions? To ask questions on the Lockbox Basics: Setup, Data


Model & Troubleshooting webcast:
 https://community.oracle.com/thread/3561816

 Note: The link to download the presentation PDF is included in the


Continue the Discussion link above.

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


Objectives

 Be able to complete pre-


requisite Lockbox setup
 Understand the process flow
 Become familiar with the flow
of data through associated
tables

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


Agenda

 Introduction to Lockbox
 Process Flow
 Prerequisite Setups
 Data Flow
 Basic Troubleshooting

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


Introduction To Lockbox

 Service offered by banks


 Outsource Receivables payment processing
 Automate receipt creation and application
 Lockbox & AutoLockbox used interchangeably

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


Lockbox Process Flow
Collect Payment, Import Data File
Payment Sent Update Account & Into Lockbox
To Bank Create Data File Tables

Run
Lockbox &
Validate
Post QuickCash Correct Lockbox Data
Validation Errors

Transfer Data To Interim Tables

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


Lockbox Process Steps

1. Import: Reads & formats data from bank file

2. Validation: Checks data in the interface table for compatibility

3. Post QuickCash: Applies receipts & updates customer balances

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


Prerequisite Setups

 Define Bank and Bank Branches


 Define Receipt Class & Source
 Define Lockbox
 Define Transmission Format

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


Define Bank & Bank Branches
Responsibility: Cash Management Manager
Navigation: Setup > Bank > Banks

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


Define Remittance Bank Account: Step 1
Responsibility: Cash Management Manager
Navigation: Setup > Banks > Bank Accounts

Steps to Setup
Account:
1. Owner & Use
2. Information
3. Controls
4. Access
5. Contact

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


Define Remittance Bank Account: Step 2

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


Define Remittance Bank Account: Step 3

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


Define Remittance Bank Account: Steps 4 & 5

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


Define Receipt Class
Responsibility: Receivables Manager
Navigation: Setup > Receipts > Receipt Classes

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


Assign Bank Account To Receipt Method

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


Define Receipt Source
Responsibility: Receivables Manager
Navigation: Setup > Receipts > Receipt Sources

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


Define Lockbox – Bank Tab
Responsibility: Receivables Manager
Navigation: Setup > Receipts > Lockboxes > Lockboxes > Bank Tab

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


Define Lockbox – Receipts Tab

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


Define Lockbox – GL Date Source

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


Define Lockbox – Match Receipts By

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


Define Lockbox – Match On Corresponding Date

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


Define Lockbox – Transactions Tab

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


Transmission Format – Valid Record Types
 Batch Header  Payment

 Batch Trailer  Service Header

 Lockbox Header  Transmission Header

 Lockbox Trailer  Transmission Trailer

 Overflow Payment

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


Define Transmission Format
Responsibility: Receivables Manager
Navigation: Setup > Receipts > Lockboxes > Transmission Formats

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


Transmission Fields

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


Define AutoCash Rule Sets
Responsibility: Receivables Manager
Navigation: Setup > Receipts > AutoCash Rule Sets

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


Customer Identification

 Customer Number
 MICR (Magnetic Ink Character Recognition) Number
 Transit routing number
 Customer account number
 AutoAssociate

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


Sample Control File
LOAD DATA
APPEND
-- Type 4 - Overflow Receipt
INTO TABLE AR_PAYMENTS_INTERFACE
WHEN RECORD_TYPE = '4'
(STATUS CONSTANT 'AR_PLB_NEW_RECORD',
RECORD_TYPE POSITION(01:01) CHAR,
ITEM_NUMBER POSITION(02:04) CHAR,
OVERFLOW_SEQUENCE POSITION(05:06) CHAR,
OVERFLOW_INDICATOR POSITION(07:07) CHAR,
INVOICE1 POSITION(08:15) CHAR,
AMOUNT_APPLIED1 POSITION(16:24) CHAR)

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


Sample Data File

6 11000 trainrecUSD1 1002 12-MAY-14


4 1019541848 1000

6 > Record Type Payment


4 > Record Type Overflow Payment

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


Invoice

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


Running Lockbox
Responsibility: Receivables Manager
Navigation: Interfaces > Lockbox

$AR_TOP/bin directory

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


Maintain Transmission Data
Responsibility: Receivables Manager
Navigation: Receipt > Lockbox > Maintain Transmission Data

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


Select Receipt Button

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


Select Applications Button

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


Submit Validation

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


Maintain Batches

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


Select Receipts Button

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


Submit PostQuickCash

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


Receipt Created

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


Application Details

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


Invoice

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


Dataflow
Datafile
Submit Import
AR_PAYMENTS_INTERFACE_ALL
Submit Validation
AR_INTERIM_CASH_RECEIPTS_ALL
AR_INTERIM_CASH_RCPT_LINES_ALL
Submit QuickCash
AR_CASH_RECEIPTS_ALL
AR_CASH_RECEIPT_HISTORY_ALL
AR_RECEIVABLE_APPLICATIONS_ALL
AR_DISTRIBUTIONS_ALL
AR_PAYMENT_SCHEDULES_ALL

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


Basic Troubleshooting: Case 1
Unable To Import Data – Records Stuck In The .Bad File

Caused by:
 Bad data types
 Referential integrity constraints

Action:
 Ensure data type in control file and
AR_PAYMENTS_INTERFACE_ALL match

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


Basic Troubleshooting: Case 2
Unable To Import, Log Shows AR-ARLPLB: ORA-01403: No Data Found

Action:
 Provide complete path of data file when submitting import through
Process Lockbox Window
 Sample path: /home/tmp/test.dat

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


Basic Troubleshooting: Case 3
Process Lockbox Completing In Error

Actions:
 Identify the process step in which it is failing:
• Import
• Validation
• PostQuickCash
 Set the AR: Debug Level for Lockbox and PostBatch profile to 3
 Re-run Process Lockbox
 Review the detailed log

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


Basic Troubleshooting: Case 4
Receipt Created With Incorrect Amount
Actions:
 Verify
 Value passed in data file  Modify setup accordingly
 Transmission format
 Format Amount option
Format Amount Data File Amount Amount After
 Example: Validation

Yes 1000 10.00


No 1000 1000

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


Basic Troubleshooting: Case 5
Receipt Not Being Applied To More Than One Invoice

Verify:
 Matching numbers passed are valid
 Setup for Invalid Transaction Numbering
 If Reject Entire Invoice is selected and issue remains, check value
populated in Overflow_indicator field
 Value set for Overflow_indicator in transmission format
 0 – Application row after record considered
 9 – Application assumes this is the last record

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


Summary
What we covered today

 Introduction to Lockbox
 Required prerequisite setups
 How data flows through the process
 Review of associated tables
 Troubleshooting tips

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


Top Articles & Community Links
 AutoLockbox: Overview and Setup
(Doc ID: 1374423.1)

 Oracle Receivables Lockbox:


Frequently Asked Questions (FAQ)
(Doc ID: 1075485.1)

 Lockbox: Troubleshooting Known


Issues (Doc ID: 1366298.1)

 Release 12.1: Line Level Cash


Application through Lockbox (Doc ID:
746100.1)

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


Top Articles & Community Links
 Questions? For follow up questions on topics covered in this
webcast, connect via this Receivables Community thread:
https://community.oracle.com/thread/3561816

 Receivables Community:
 https://community.oracle.com/community/support/oracle_e-business_suite/receivables

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


Stay Connected
Oracle E-Business Suite Support Social Media Channels

 Twitter: @Oracle_EBS
 Facebook: OracleEBusinessSuiteSupport
 Blog: http://blogs.oracle.com/EBS
 My Oracle Support EBS Community:
https://community.oracle.com/community/support/oracle_e-business_suite

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


Oracle Advisor Webcast Program
Locating Current Schedule & Archived Recordings

 From Doc ID 740966.1


drill down to your
 area of interest

 For us, E-Business


Suite (EBS)

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


Oracle Advisor Webcast Program
Locating Current Schedule & Archived Recordings For EBS

 Access the EBS page


directly via Doc ID
1455369.1

 Drill down to your area of


interest

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


Oracle Advisor Webcast Program
Locating Current Schedule & Archived Recordings For EBS
Note:
 Click column headings to
sort
 Hover on Webcast Title for
more information
 Recordings available within
48 hours
 Continue the discussion on
a webcast or ask questions
via the Questions? link

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


Where Can I Get The Slides From This Session?
1. PDF link from Doc ID 740966.1 (within 48 hours)
2. Receivables Community >Content Tab > Documents (within 24 hours)

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


Accessing My Oracle Support Community
1. Via My Oracle Support -> 2. Directly – https://communities.oracle.com
Community Tab

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


Learn More
Available References and Resources to Get Proactive

 About Oracle Support Best Practices


www.oracle.com/goto/proactivesupport

 Get Proactive in My Oracle Support


https://support. oracle.com | Doc ID: 432.1

 Get Proactive Blog


https://blogs.oracle.com/getproactive/

 Ask the Get Proactive Team


get-proactive_ww@oracle.com

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


Questions & Answers

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


THANK YOU

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


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

You might also like