My Oracle Support Banner

How to Restrict List Of Order Types By Responsibility? (Doc ID 2112982.1)

Last updated on MAY 01, 2023

Applies to:

Oracle Order Management - Version 12.2.5 and later
Information in this document applies to any platform.

Goal

On : 12.2.5 version, Transaction Control

Restrict List of Order Types by Responsibility


Is there any way (personalization, configuration) to restrict list of order type values in Sales Order Form?

    Created a record group using below sql and assigned to Order_type LOV in the personalization property. But when click on order type LOV, seeing all order types.

select Name from apps.oe_transaction_types_tl a
, apps.oe_transaction_types_all b
where a.language = 'US'
and a.transaction_type_id in (1044,1264,1224)
and A.Transaction_Type_Id = b.transaction_type_id
and trunc(sysdate) <= trunc(nvl(b.end_date_active, sysdate))

Above query returns correct values from database level.
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.