[Oracle AR]Territory Flexfield
You can use the Territory Flexfield for recording and customized reporting on your territory information. Territory Flexfields are also displayed in the Transaction Detail and Customer Detail reports in Receivables. Receivables provides a default structure for your Territory Flexfield. You can define up to twenty segments for this structure.
Once you have defined your Territory Flexfield segments, you need to define value sets for these segments. Receivables does not provide any default value sets.
Next, you need to navigate to the Territories window to create your Territory Flexfield combinations. The Territory Flexfield does not allow dynamic insert, so you must ensure that you have defined all of your flexfield combinations before you assign them. See: Territories.
You can assign territories to your salespeople in the Salespersons window, to invoices and commitments in the Transactions window, and to customer business purposes in the Customers window.
You can choose to default the Territory Flexfield in your invoices and commitments using the Source of Territory field in the Miscellaneous alternative region of the System Options window. You can choose from the following sources:
- Bill-To Site: Use the customer's Bill-To address as the default Territory Flexfield.
- Salesrep: Use the Territory Flexfield assigned to your customer's primary salesperson as the default.
- Ship-to Site: Use the customer's ship-to address as the default Territory Flexfield.
- None: Choose this value if you do not want Receivables to provide a default Territory Flexfield.
When you recur an invoice that has a Territory Flexfield assigned to it, the same Territory Flexfield will be copied to your recurred invoice. In addition, you can import Territory Flexfield information when importing your invoices through AutoInvoice. However, note that Receivables does not support the import of Territory Flexfields through the Customer Interface utility.
The Territory Flexfield is optional, so if you do not wish to group your receivables data by territory, you do not have to implement this flexfield.
Territory Flexfield | |
---|---|
Owner | Oracle Receivables |
Flexfield Code | CT# |
Table Name | RA_TERRITORIES |
Number of Columns | 20 |
Width of Columns | 25 |
Dynamic Inserts Possible | No |
Unique ID Column | TERRITORY_ID |
Structure Column | None |
Table 1 - 4. (Page 1 of 1) |
See Also
Defining Descriptive Flexfields
Maintaining Countries and Territories
[Oracle AR]Territory Flexfield的更多相关文章
- [转]oracle EBS 基础100问
from:http://www.cnblogs.com/xiaoL/p/3593691.html http://f.dataguru.cn/thread-51057-1-1.html 1001 OR ...
- Oracle Global Finanicals Technical Reference(一个)
Skip Headers Oracle Global Finanicals Oracle Global Financials Technical Reference Manual Release 11 ...
- Oracle Global Finanicals Technical Reference(一)
Skip Headers Oracle Global Finanicals Oracle Global Financials Technical Reference Manual Release 11 ...
- Accounting Flexfield Setup and Usage (Doc ID 124333.1)
APPLIES TO:Oracle General Ledger - Version 11.5.10.2 to 12.1.3 [Release 11.5.10 to 12.1] Information ...
- [笔记]学习EBS建议有的知识
http://f.dataguru.cn/thread-51057-1-1.html ORACLE EBS学习的其他资源有哪四个? ORACLE OPEN WORLD大会是不是一个市场营销活动? Or ...
- ra_interface_lines_all 接口表各字段说明
note:Description and Usage of Fields in RA_INTERFACE_LINES Table [ID 1195997.1] 核心内容: Field Name and ...
- 转://对于11gR2的集群relink
对于11gR2的集群relink参考MOS:Do I need to relink the Oracle Clusterware / Grid Infrastructure home after an ...
- Oracle EBS AR 其他API
DECLARE L_CR_ID NUMBER; L_ATTRIBUTE_REC AR_RECEIPT_API_PUB.ATTRIBUTE_REC_TYPE; L_GLOBAL_ATT_REC AR_R ...
- Oracle EBS AR 收款核销行关联到事务处理
select ra.trx_number from ar_cash_receipts_all cr, ar_receivable_applications_all ar,ra_customer_trx ...
随机推荐
- SQL Server 中的三种分页方式
USE tempdb GO SET NOCOUNT ON --创建表结构 IF OBJECT_ID(N'ClassB', N'U') IS NOT NULL DROP TABLE ClassB GO ...
- 7-wonders-in-java
https://code.google.com/p/7-wonders-in-java/
- HDU 3966 Aragorn's Story (树链点权剖分,成段修改单点查询)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3966 树链剖分的模版,成段更新单点查询.熟悉线段树的成段更新的话就小case啦. //树链剖分 边权修 ...
- 利用WPF创建含多种交互特性的无边框窗体
咳咳,标题一口气读下来确实有点累,让我先解释一下.另外文章底部有演示程序的下载. 本文介绍利用WPF创建一个含有以下特性的窗口: 有窗口阴影,比如QQ窗口外围只有几像素的阴影: 支持透明且无边框,为了 ...
- Java学习笔记(四):流程控制
if语句 if判断语句比较简单,具体有下面的几种写法: int i = 0; // if 判断 if (i == 0) { // to do something } // if else 判断 if ...
- CSS 背景图片的定位和缩放
在 CSS 中,利用 background-image 属性我们可以指定元素的背景图片,例如: .example { background-image: url(image/some.png); ba ...
- MVC4学习过程记录
终于决定开始尝试Web开发,即是为了工作也是为了自己的兴趣,决定还是从MS的MVC4开始. 首先从Asp.Net MVC4入门指南这个系列开始学习(http://www.cnblogs.com/pow ...
- 更新证书错误Code Sign error: Provisioning profile ‘XXXX'can't be found
在Xcode中当你在更新了你得证书而再重新编译你的程序,真机调试一直会出现 Code Sign error: Provisioning profile ‘XXXX’ can't be found是不是 ...
- ECSHOP数据表结构完整仔细说明教程
From:http://www.ecshop119.com/ecshopjc-868.html s_account_log //用户账目日志表 字段 类型 Null 默认 注释 log_id medi ...
- kaptcha验证码插件的使用
kaptcha 是一个非常实用的验证码生成工具.有了它,你可以生成各种样式的验证码,因为它是可配置的.kaptcha工作的原理是调用 com.google.code.kaptcha.servlet.K ...