Using Open Item Accounting

This chapter provides an overview of open item accounting and discusses how to:

Click to jump to parent topicUnderstanding Open Item Accounting

Open item accounting in Oracle's PeopleSoft Enterprise General Ledger enables you to define, control, and maintain subledger detail for selected balance sheet accounts used in open item transactions. You can track these open item transactions until they are resolved and the balance of the open item account is zero. A common example of open item accounting is the tracking of employee draw account transactions. This section lists prerequisites and discusses:

Click to jump to top of pageClick to jump to parent topicPrerequisites

Before you can use open item accounting you must:

See Also

Entering and Maintaining ChartField Values

Defining a Detail Ledger

Click to jump to top of pageClick to jump to parent topicOpen Item Accounting in General Ledger

Use General Ledger open item accounting to:

Click to jump to top of pageClick to jump to parent topicCommon Open Item Terminology

These terms are common to open item accounting in General Ledger:

Open Item Account

A ChartField account, normally balance sheet accounts, used for open item accounting, such as Employee Advances.

Open Item Key

The identifying or search key for open items in an open item account. For an employee advances account, the Open Item Key field typically is the employee ID or social security number. This implies that any journal entry that posts to the employee advances account also carries an employee ID in the Open Item Key field. This search key is required by the system.

Open Item

Each transaction that affects an open item account remains an open item until the balance of all transactions with a given open item key equals zero. For example, the first open item in the employee advances account is the issuance of an advance. payment against the initial advance become open items until a final payment brings the balance for a given employee ID to zero. When that transaction is posted, all open items for the employee ID are closed.

Closed Item

Transactions for an open item key become closed items when the balance of the open item key transactions equals zero.

Tolerance Amount

Indicates that General Ledger should close transactions in which open items do not sum up to zero, provided the open item balance falls within this specified tolerance amount. This only applies to open items you reconcile manually (online). The system does not apply a tolerance amount for open items reconciled through background (batch) processing.

Click to jump to top of pageClick to jump to parent topicOpen Item Prompt Tables

You can add an Open Item Prompt Table to perform an online lookup of valid open item keys.

The prompt table is a SQL view that you create by selecting two fields from the Open Item Edit Record, as defined with the Open Item Account, in PeopleTools Application Designer. The two fields are:

Note. Before performing modifications, complete the PeopleTools classes to learn to use the PeopleTools Application Designer and its associated database tools. Completion of the PeopleCode and SQL/SQR classes is recommended.

See Also

Enterprise PeopleTools PeopleBook: PeopleSoft Application Designer

Click to jump to top of pageClick to jump to parent topicReconciliation and Closing of Open Item Balances

You can reconcile and close open item balances using one of the following methods:

Click to jump to parent topicSetting Up an Open Item Prompt Table

This section describes how to create an open item prompt table.

Click to jump to top of pageClick to jump to parent topicCreating an Open Item Prompt Table

To create an Open Item Prompt Table:

  1. Create a new record using the Application Designer.

  2. Change the record type to SQL View.

  3. Insert OPEN_ITEM_KEY field into the record.

    Make it a key, search key, and list box item.

  4. Insert a DESCR or NAME field to the record.

    Make it an alternate search key and list box item.

  5. Enter the View text:

    select [open item edit field], [description or name field] from [open item edit record]

  6. Save the View.

  7. Use Build menu option to create the view.

Access the Account page for the open item account and enter the SQL view name in the Prompt Table field for this account.

See Also

Enterprise PeopleTools PeopleBook: PeopleSoft Application Designer

Click to jump to parent topicEntering and Processing Open Item Transactions

This section discusses how to:

Use the Create Journal Entries menu option to enter and process open item transactions. Edit and post the transactions online or use the Process Posting option on the Process Journals menu.

Note. You cannot use open items with accounts that are value-added tax (VAT) enabled.

See Also

Creating Journal Entries

Understanding Journal Processing

Click to jump to top of pageClick to jump to parent topicPages Used to Enter and Process Open Item Transactions

Page Name

Object Name

Navigation

Usage

Journal Entry - Header

JOURNAL_ENTRY1

General Ledger, Journals, Journal Entry, Create Journal Entries

Identity the Ledger Group that contains the Ledger used to track open items.

Journal Entry - Lines

JOURNAL_ENTRY2_IE

Journals, Journal Entry, Create Journal Entries

Create open item transactions by selecting the open item account and the open item key. You can also perform online editing and posting on this page.

Click to jump to top of pageClick to jump to parent topicCreating Open Item Transactions

Access the Create Journal Entries - Header page.

To create open item transactions:

  1. Select the ledger group that contains the open item ledger.

  2. Access the Journal Entry - Lines page.

  3. On line 1 enter or select the open item transaction parameters including the open item account, the amount, and the open item key.

  4. Add line 2 of the transaction.

  5. Save the transaction.

Note. If you did not enter or if you entered an incorrect open item key, a message appears when you add another line or attempt to save the transaction. Also, an open item account cannot be VAT enabled. If you have an existing open item account that is VAT enabled, access the account in Define ChartFields, Define Values - ChartField Values and remove the check mark from the Open Item Account check box, or change this account from a VAT Account to a Non-VAT Related account.

Click to jump to top of pageClick to jump to parent topicProcessing Open Item Transactions

You can edit or post open item transactions online or in batches.

Note. If you select the Post Journal Process on the Creating Journal Entries - Lines page, the system checks the User Preferences - General Ledger page and uses the value specified for the Skip Open Item Reconciliation flag. If the check box is selected, the Open Item Reconciliation process is bypassed during the posting process and the open items are posted but not reconciled. However, if you run the Journal Post process (GLPPPOST) from the Journal Post - Request page, you must select the Skip Open Item Reconciliation field on the page.

See Also

Posting Journals

Click to jump to parent topicReconciling and Closing Open Item Balances

This section describes how to:

Click to jump to top of pageClick to jump to parent topicPages Used to Enter Open Item Transactions

Page Name

Object Name

Navigation

Usage

Process Reconciliation - Open Item Recon

GL_OI_RECON_REQ

General Ledger, Open Items, Process Reconciliation

Close open items automatically. The items that remain open appear on the Open Item and the Open Item status pages after the posting process. You must reconcile these remaining open items manually.

Open Item Maintenance

GL_OPEN_ITEM_SUM

General Ledger, Open Items, Maintenance, Open Item Maintenance

Review, at the summary level, a list of open item balances and associated ChartFields that you can reconcile or reopen.

Open Item Transaction

GL_OPEN_ITEM_DET

General Ledger, Open Items, Maintenance, Open Item Maintenance page.

Select and click an open item key number to access the Open Item Transaction page.

Review open item transaction details to that you can reconcile individually, change the open item key name, and reopen an item.

Review Status Online - Review Open Item Status

GL_OPEN_ITEM_SUM

General Ledger, Open Items, Review Status Online - Review Open Item Status

Review status of open items. You cannot reconcile, reopen any items, or edit the open item key.

 Open Item Detail

GL_OPEN_ITEM_DET

General Ledger, Open Items, Review Status Online, Review Open Item Status.

Click the Open Item Key number link to access the transaction detail.

Review status of open item transaction details. You cannot reconcile, reopen any items, or edit the open item key.

Click to jump to top of pageClick to jump to parent topicUsing the PS/GL Open Item Reconciliation Process (GLPPOITM)

Access the Process Reconciliation - Open Item Recon page.

To reconcile and close open items using the PS/GL Open Item Reconciliation process:

  1. Enter the run parameters.

  2. Run the PS/GL Open Item Reconciliation process.

Note. The system uses Reconciliation Tolerance amounts solely for manual reconciliation. The PS/GL Open Item Reconciliation process only closes open item transactions with a zero balance.

Click to jump to top of pageClick to jump to parent topicUsing the Manual Open Item Reconciliation and Close Process

Access the Open Item Maintenance page.

This Maintenance option enables you to:

  1. Enter open item criteria.

  2. Reconcile and close open items at the summary level.

  3. Reconcile and close open items at the detail level.

  4. Reconcile and close multiple currency rows with the same Open Item Key.

  5. Reopen reconciled and closed items.

Entering Open Item Criteria

Enter the criteria to list your open item balances. In the Inquire field, select open, closed, or both to display the status of Open Item Balances at the summary level.

Note. If you do not know the open item key or want to select all open items for the ChartFields you specify, leave the Open Item Key field blank and the system selects all open items.

Reconciling and Closing Open Items at the Summary Level

Click Reconcile to reconcile and close open item balances at the summary level.

If the summary rows net to a zero balance or meet your tolerance amount test, the system closes all open item detail lines contained within the selected summary rows and issues reconcile numbers and dates closed values for the selected rows and their detail lines.

Note. To reconcile multiple summary rows simultaneously, all the summary rows must have the same open item key and ChartField values

Two Read-Only Fields

Selected

Displays the total of all of the selected Open Item Balances rows. This total changes each time you select another row.

Total

Displays the open item balance total of all the rows on the page.

Note. Tolerance amounts are used solely for manual reconciliation. The background process closes only open item transactions that have a zero balance.

Reconciling and Closing Open Items at the Detail Level

You can close detail lines as a group or you can select specific detail lines to close for an open item key. The total balance of the detail lines you want to close must have a zero sum balance or fall within the reconcile tolerance amount specified when you set up your open item accounts.

To reconcile and close detail lines as a group:

  1. Click the Open Item Key field to display the open item transaction detail lines.

  2. If the open item key has more than one transaction detail line, you can select each of the lines and reconcile them as a group.

    If all the detail lines have a sum balance of zero or meet the tolerance amount, the system closes all open items for that key and issues a reconcile number for all detail lines. The reconcile number identifies the reconciled open item, distinguishing it from all other closed items. The system also assigns a closed date value to all detail lines, which is the most recent journal date among the detail lines of the open item key.

To reconcile and close selected detail lines, select the specific detail lines that you want to close and click Reconcile.

The system closes only the selected open items and assigns these lines the same reconcile number and date closed value. When you close the remaining detail lines, the system assigns them a new reconcile number and date closed value. Both reconcile numbers and date closed values display on the corresponding summary row.

Note. You can make corrections to open item key values even after you have posted the journal because you are changing a key related specifically to the open item line and not to the journal line.

Reconciling and Closing Multiple Currency Rows with the Same Open Item Key

Two options are available when open item transactions within the same key value have different transaction currencies. If there are two currencies, there are two rows, and you can choose to reconcile individual currency separately, or use base currency amount to reconcile across currencies.

Reconcile Each Row Separately

The system closes each summary row individually and assigns a different reconcile number and date closed.

Reconcile Selected Rows As One

The system closes all the summary rows as a group, moving from one row to the next, and assigning all the selected rows the same reconcile number and date closed.

You can close multiple rows with different transaction currencies and the same open item key at the same time. The system groups open item lines for each currency as separate rows at the summary level. If all ChartFields are the same and the selected summary rows have either a zero sum balance or meet the reconcile tolerance amount, you can select and close these rows as a group.

Reopening Reconciled and Closed Items

You can reopen reconciled and closed items by:

Click to jump to top of pageClick to jump to parent topicReviewing Reconciled Open Items

Access the Review Status Online - Open Item Status page.

Where you can: