In this Document

  Goal
  Solution

APPLIES TO:

Oracle Order Management - Version 11.5.10.2 to 12.1.3 [Release 11.5.10 to 12.1]

Information in this document applies to any platform.

***Checked for relevance on 09-Oct-2013***

GOAL

Questions on 'Credit Checking Setup'.



Use of credit summaries  & 'Initialize Credit Summaries' request



Questions on importing credit exposure - 'Include External Sources' checkbox on credit check rule

SOLUTION

A) Details on 'Include External Credit Exposure' checkbox on 'Credit Check Rule'



Select the Include External Credit Exposure check box if you wish to include

external exposure details imported into Order Management during the credit

checking process.

When an Oracle Order Management sales order is credit checked, the exposure data

from the external system is included in the overall exposure check. The default

value for this check box is un-checked (exclude external exposure details when

performing credit checking).



B) Please review details on page D-21 in 'Oracle Order Management User's Guide' on details on

the concurrent program - "Credit Exposure Import Concurrent Program". 



C) Here is the name of the table that you need to populate:

OE_EXPOSURE_INTERFACE





Please refer Page 5-79 Oracle Order Management User’s Guide:

Credit Exposure Import Concurrent Program

The Credit Exposure Import concurrent program enables you to import external credit

exposure details (such as transaction amounts for sales orders created outside of Oracle

Applications) into Oracle Order Management, provided you have correctly populated

the corresponding Order Management Exposure Interface table.

External exposure details can then be:

• Utilized exclusively for Credit Checking

• Used in conjunction with existing pre-calculated exposure amounts when

performing credit checking

• Used in conjunction with real time transactional data when performing credit

checking

Order Management will determine whether to include external exposure amounts

imported within the overall exposure amount when performing credit checking based

upon the credit checking rules you define.

Program Details

External exposure details imported within Order Management are stored in the same

exposure summary table used by the Initialize Credit Summaries Table concurrent

program. Successfully imported external exposure records within the summary exposure

table can be determined by the value for the field BALANCE_TYPE; all externally

imported exposure detail records will have the value 18 for the field BALANCE_TYPE.

Note: when you submit the Initialize Credit Exposure concurrent

program, externally imported exposure records are never overwritten.

When importing credit exposure details from an external system, Order Management

will import all records selected, provided each record successfully passes validation. If a

single record fails validation, Order Management will not import any records within

the exposure interface tables which were selected for processing. If you encounter

exceptions during run time, review the exception details within the concurrent program

output and log files, correct the issues, and then resubmit the program.

The Credit Exposure Import concurrent program can be submitted in two different

modes, Update and Insert. Interface records are processed based upon the mode, which

is determined by the value of the column OPERATION_CODE within the exposure

interface table.

• Insert: All credit exposure amounts previously imported will be overwritten with

the given exposure amount within the Order Management Exposure Interface tables.

• Update: The credit exposure amount within the Order Management Exposure

Summary table will either be added (positive amount) or subtracted (negative

amount) to any previously imported amount. If a corresponding exposure amount

does not previously exist, a new exposure amount record will be created.

This program will never delete records from the credit exposure summary table.

Note: The current value of the profile option MO: Operating Unit is used

as a input parameter to this concurrent program. This parameter is

hidden by default, and is used to prevent the Credit Exposure Import

program from importing exposure records into incorrect operating units.

Note: If you need to input exposure details for multiple operating

units, Order Management recommends you set this profile option

at the Responsibility level, and then switch to the corresponding

Responsibility when importing exposure details.

To import credit exposure details from an external system:

1. Navigate to the Run Requests SRS window, and select Credit Exposure Import in the

Request Name field.

Run Requests SRS Window - Credit Exposure Import

2.Select the Exposure Source. Exposure Sources are based upon user defined values

for the Order Management Quick Code ONT: Credit Exposure Import Source. If you

select a value for this parameter, only records which have the same value (case

sensitive) within column EXPOSURE_SOURCE_CODE within the exposure import

interfaces tables will be processed. This field is not required.

3. Enter a numeric value, greater than zero, if you wish to specify a batch number to

process a portion of the records with the exposure import interface tables.

You can use a batch number for auditing purposes, or to improve performance

when large amounts of exposure records are to be imported (choose to process

only a portion of the exposure records within one submission and the remaining

records within additional submissions - running the concurrent program in parallel

with the initial request).

4. If you select a value for this parameter, only records which have the same value

within column BATCH_ID within the exposure import interfaces tables will be

processed. This field is not required.

5. Validate Only:

Select Yes to validate records within the credit exposure interface tables only. No

records are imported into summary exposure tables during submission.

6. Select No to validate and process records within the credit exposure interface tables.

This field is required.

7. Select OK, then Submit.

Note: When importing exposure details using the Credit Exposure

Import, only interface records that belong to a Bill To Site for the

current operating unit can be imported. Therefore, ensure your

records are grouped accordingly.

Note: For example, if you have multiple Bill To sites within the

exposure interface table, ensure that each Bill To Sites has been

previously defined for the current operating unit you are currently

working within.

Note: Additionally, if you specify either an Exposure Source or a

Batch Id as an input parameter, ensure the corresponding records

(marked with values for either Exposure Source or Batch ID) within

the interface table utilize Bill To Sites defined for the same operating

unit you are submitting the program for.

Output

The Credit Exposure Import concurrent program produces a standard Oracle log

file, along with a Standard Order Management Report output.

Restrictions

Concurrent Program Log File

• The concurrent program log file contains standard details such as program name

and the value of input parameters, as well as the following summary details:

Number of rows to Process: X_num_rows_to_process

Number of rows to Validate: x_num_rows_validated

Number of rows that failed Validation: x_num_rows_failed

Number of Rows Imported: x_num_rows_imported

Concurrent Program Output (report)

• The concurrent program output (report output), available only by selecting Output

within the View Requests window (provided your have previously selected the row

with the appropriate request id) displays the following details:

Report Parameters Region

• Concurrent program input parameters with values entered for submission.

Report Information

• Concurrent program details such as request id

Report Header Region

• Concurrent program details such as operating unit and report date.

Report Output

• Concurrent program details such as Number of credit exposure to process, and

Number of credit exposure failed validation.

• Concurrent program exception details (errors). 



D) There is no restriction to use credit summaries (i.e. to check 'Use pre-calculated exposure' on credit check rule) if you are going to use

external credit exposure.



Following is additional information on external credit exposure :



Credit Exposure Import (OEXCEIMP) &Purge Imported Credit Exposure(OEXCEPRG)



The Credit Exposure Import program enables you to import external credit exposure details for sales orders created outside of Oracle Applications into Oracle Order Management.

External exposure data is imported from interface table OE_EXPOSURE_INTERFACE into OE_CREDIT_SUMMARIES table. Data from OE_EXPOSURE_INTERFACE is purged upon successful import.

All externally imported exposure detail records will have the value 18 for the field BALANCE_TYPE column in ‘OE_CREDIT_SUMMARIES’.

The Credit Exposure Import program can be submitted in two different modes, UPDATE and INSERT. Interface records are processed based upon the mode, which is determined by the value of the column OPERATION_CODE within the exposure interface table OE_EXPOSURE_INTERFACE.

Insert Mode: All credit exposure amounts previously imported will be overwritten .

Update Mode: The credit exposure amount within ‘OE_CREDIT_SUMMARIES table will either be added (positive amount) or subtracted (negative amount) to any previously imported amount. If a corresponding exposure amount does not previously exist, a new exposure
amount record will be created.

The ‘Purge Imported Credit Exposure’ program enables you to purge imported external credit exposure records from OE_CREDIT_SUMMARIES table.

Credit Summaries & Importing External Credit Exposure的更多相关文章

  1. Flink中接收端反压以及Credit机制 (源码分析)

    先上一张图整体了解Flink中的反压   可以看到每个task都会有自己对应的IG(inputgate)对接上游发送过来的数据和RS(resultPatation)对接往下游发送数据, 整个反压机制通 ...

  2. 美国政府关于Google公司2013年度的财务报表红头文件

    请管理员移至新闻版块,谢谢! 来源:http://www.sec.gov/ 财务报表下载↓ 此文仅作参考分析. 10-K 1 goog2013123110-k.htm FORM 10-K   UNIT ...

  3. EBS 信用检查(一)

    信用逻辑 This post will more focus on Technical part of credit check Functionality. You can check the fu ...

  4. 客户信贷管理&临时授信

    信贷额度的组成:假如某客户信用限额1万:开出销售订单时锁定1万:一旦发货1万,销售订单1万限额释放,变成发货锁定限额1万.一旦开票,发货1万限额释放,应收锁定1万限额.清帐成功,应收释放1万.信用限额 ...

  5. Oracle Global Finanicals Technical Reference(一个)

    Skip Headers Oracle Global Finanicals Oracle Global Financials Technical Reference Manual Release 11 ...

  6. EBS 信用检查(二)

    Credit checking feature of Oracle OM provides the ability to check that the customer has sufficient ...

  7. Oracle Global Finanicals Technical Reference(一)

    Skip Headers Oracle Global Finanicals Oracle Global Financials Technical Reference Manual Release 11 ...

  8. Scoring and Modeling—— Underwriting and Loan Approval Process

    https://www.fdic.gov/regulations/examinations/credit_card/ch8.html Types of Scoring FICO Scores    V ...

  9. EBS Archiving and Purging: You Know you need to

    A number of trends in the IT industry have contributed to the increasing size of ERP application dat ...

随机推荐

  1. PHP 表单 - 必需字段

    PHP - 必需字段 在上一章节我们已经介绍了表的验证规则,我们可以看到"Name", "E-mail", 和 "Gender" 字段是必须 ...

  2. javaweb异常提示信息统一处理(使用springmvc,附源码)

    一.前言 后台出现异常如何友好而又高效地回显到前端呢?直接将一堆的错误信息抛给用户界面,显然不合适. 先不考虑代码实现,我们希望是这样的: (1)如果是页面跳转的请求,出现异常了,我们希望跳转到一个异 ...

  3. hive表的存储格式; ORC格式的使用

    hive表的源文件存储格式有几类: 1.TEXTFILE 默认格式,建表时不指定默认为这个格式,导入数据时会直接把数据文件拷贝到hdfs上不进行处理.源文件可以直接通过hadoop fs -cat 查 ...

  4. zookeeper分布式锁

    摘要:分享牛原创,zookeeper使用,zookeeper锁在实际项目开发中还是很常用的,在这里我们介绍一下zookeeper分布式锁的使用,以及我们如何zookeeper分布式锁的原理.zooke ...

  5. Makefile自动生成

    automake/autoconf入门作为Linux下的程序开发人员,大家一定都遇到过Makefile,用make命令来编译自己写的程序确实是很方便.一般情况下,大家都是手工写一个简单Makefile ...

  6. iOS下JS与OC互相调用(五)--UIWebView + WebViewJavascriptBridge

    WebViewJavascriptBridge是一个有点年代的JS与OC交互的库,使用该库的著名应用还挺多的,目前这个库有7000+star.我去翻看了它的第一版本已经是4年前了,在版本V4.1.4以 ...

  7. Swift基础之init方法,实例方法,类方法(静态方法)的使用(多标签Demo)

    Xcode更新过后,有些方法都进行了改变,Demo中有变化的都进行了简单的标记,具体以后遇见再说 创建一个UIView类,用init方法创建两种类型,显示多标签,创建静态方法进行调用,创建类方法进行调 ...

  8. 如何将Ubuntu部署到U盘中,用U盘安装linux操作系统

    http://jingyan.baidu.com/article/d5c4b52be79960da560dc59f.html 用U盘装一个linux系统是非常简单的事情,不会就看看这篇文章吧,后期我会 ...

  9. Github Pages 搭建HEXO主题个人博客

    跌跌撞撞,总算是建立起来了.回首走过的这么多坑,也真的是蛮不容易的.那么就写点东西,记录我是怎么搭建的吧. 准备工作 安装Node.js: 用于生成静态页面,我们需要到官网上去下载即可.http:// ...

  10. ExpandableListView简单应用及listview模拟ExpandableListView

    首先我们还是来看一些案例,还是拿搜狐新闻客户端,因为我天天上下班没事爱看这个东东,上班又没时间看新闻,上下班路途之余浏览下新闻打发时间嘛.           看这个效果挺棒吧,其实实现起来也不难,我 ...