Search Results rule_group
Overview
APPS.OKL_TERMS_AND_COND_UV is a union-based reporting view in the Oracle Lease and Finance Management (OKL) module of Oracle E-Business Suite. It exposes configuration metadata used by the Terms and Conditions setup and rendering framework, which drives the display of lease and loan attribute pages within the OKL user interface. Rather than storing transactional data, the view materialises a curated set of lookup-driven definitions that pair a rule group with the associated rule sequence, page title, region, and navigation token.
Its principal role is to provide a single, ordered dictionary of the rule groups that govern how Terms and Conditions pages are assembled. Each row corresponds to a specific lookup code in the OKL_TC_LINKS lookup type, and the view decorates that lookup with technical attributes used by the OKL run-time engine and by diagnostic or integration reporting. Because it references FND_LOOKUPS, its content is highly configurable and non-static: changing a lookup meaning or description in the application propagates immediately into the view output.
The column RULE_SEQUENCE, which prompted the user's search, is central to the view's purpose. It encodes the ordered chain of rule identifiers that must be executed or rendered for a given group, using a pipe-delimited parent-child notation.
Underlying Base Objects
The documented base objects referenced by this view are FND_LOOKUPS (a view) and FND_GLOBAL (a package). The defining SQL comprises a series of SELECT ... UNION branches, each selecting from FND_LOOKUPS filtered by LOOKUP_TYPE = 'OKL_TC_LINKS' and a specific LOOKUP_CODE. Each branch contributes a row keyed by a literal SEQ_NO (1 through 5 and beyond in the excerpt).
FND_GLOBAL is referenced to supply session context such as the current user, responsibility, and application, which is the standard mechanism for securing or scoping EBS reporting views. The view does not join to OKL transaction tables directly; instead it decouples presentation metadata from the underlying lookup definitions.
Key Columns
- SEQ_NO — A literal ordering value assigned per union branch, controlling the sequence in which groups appear.
- GROUP_TITLE — The lookup meaning (
FND.MEANING); the human-readable group heading. - DESCRIPTION — The lookup description (
FND.DESCRIPTION), providing explanatory text. - RULE_GROUP — The logical group identifier, e.g.
LABILL,LALCGR|LALIGR,LARNOP,LARVIN. - RULE_SEQUENCE — The ordered, pipe-delimited chain of rule identifiers, e.g.
LABILL-LAPMTH|LABILL-LABACC|LABILL-LAINVD. Null where a group has no defined sequence. - TITLE_STYLE — Either
SINGLEorGROUP, indicating presentation behaviour. - PAGETITLE / REGION — Target page (
OKL_TERMS_CONDS) and region (OKL_TC_ATTRIBUTES). - CURRENCY / DISABLED — Flags (
YES/NO) controlling currency sensitivity and whether the group is inactive. - TOKEN — The navigation token, e.g.
OKLLABILLINGSETUPLABILL.
Common Use Cases and Queries
Typical uses include auditing the Terms and Conditions rule configuration, verifying rule sequences for a given group, and diagnosing rendering or navigation issues. The following query returns all groups and their sequences in display order:
SELECT seq_no, group_title, rule_group, rule_sequence, title_style
FROM apps.okl_terms_and_cond_uv
ORDER BY seq_no;
To inspect groups that actually define a rule sequence (excluding those with a null sequence):
SELECT rule_group, rule_sequence
FROM apps.okl_terms_and_cond_uv
WHERE rule_sequence IS NOT NULL;
To locate the group governing a specific billing rule such as LAPMTH:
SELECT group_title, rule_group, rule_sequence
FROM apps.okl_terms_and_cond_uv
WHERE rule_sequence LIKE '%LAPMTH%';
These queries are commonly executed under an APPS responsibility or in a read-only reporting schema, since the view depends on FND_GLOBAL for session context.
-
APPS.OKL_TERMS_AND_CONDS_PVT SQL Statements
12.2.2
-
APPS.OKL_TERMS_AND_CONDS_PVT SQL Statements
12.1.1
-
VIEW: APPS.OKL_TERMS_AND_COND_UV
12.2.2
-
VIEW: APPS.OKL_TERMS_AND_COND_UV
12.1.1
-
View: OKL_TERMS_AND_COND_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TERMS_AND_COND_UV, object_name:OKL_TERMS_AND_COND_UV, status:VALID, product: OKL - Lease and Finance Management , description: User Interface View for Contracts terms and conditions summary page. , implementation_dba_data: APPS.OKL_TERMS_AND_COND_UV ,
-
View: OKL_TERMS_AND_COND_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TERMS_AND_COND_UV, object_name:OKL_TERMS_AND_COND_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User Interface View for Contracts terms and conditions summary page. , implementation_dba_data: APPS.OKL_TERMS_AND_COND_UV ,
-
PACKAGE BODY: APPS.OKL_TERMS_AND_CONDS_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_TERMS_AND_CONDS_PVT
12.2.2
-
View: OKCAUDET_RULE_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKCAUDET_RULE_GROUPS_V, object_name:OKCAUDET_RULE_GROUPS_V, status:VALID, product: OKC - Contracts Core , description: View for detailed information on rule groups and rules for a contract , implementation_dba_data: APPS.OKCAUDET_RULE_GROUPS_V ,
-
View: OKCAUDET_RULE_GROUPS_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKCAUDET_RULE_GROUPS_HV, object_name:OKCAUDET_RULE_GROUPS_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKCAUDET_RULE_GROUPS. , implementation_dba_data: APPS.OKCAUDET_RULE_GROUPS_HV ,
-
VIEW: APPS.OKCAUDET_RULE_GROUPS_V
12.1.1
-
View: OKCAUDET_RULE_GROUPS_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKCAUDET_RULE_GROUPS_HV, object_name:OKCAUDET_RULE_GROUPS_HV, status:VALID, product: OKC - Contracts Core , description: History view for OKCAUDET_RULE_GROUPS. , implementation_dba_data: APPS.OKCAUDET_RULE_GROUPS_HV ,
-
VIEW: APPS.OKCAUDET_RULE_GROUPS_HV
12.1.1
-
View: OKCAUDET_RULE_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKCAUDET_RULE_GROUPS_V, object_name:OKCAUDET_RULE_GROUPS_V, status:VALID, product: OKC - Contracts Core , description: View for detailed information on rule groups and rules for a contract , implementation_dba_data: APPS.OKCAUDET_RULE_GROUPS_V ,
-
View: OKL_LSE_SCS_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LSE_SCS_RULES_V, object_name:OKL_LSE_SCS_RULES_V, status:VALID, product: OKL - Lease and Finance Management , description: View for getting the rule information required for product. This view provides information about line style ,subclass,rule group and the rule itself. , implementation_dba_data: APPS.OKL_LSE_SCS_RULES_V ,
-
VIEW: APPS.OKCAUDET_RULE_GROUPS_HV
12.2.2
-
VIEW: APPS.OKCAUDET_RULE_GROUPS_V
12.2.2
-
VIEW: APPS.OKL_LSE_SCS_RULES_V
12.1.1
-
View: OKL_LSE_SCS_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LSE_SCS_RULES_V, object_name:OKL_LSE_SCS_RULES_V, status:VALID, product: OKL - Leasing and Finance Management , description: View for getting the rule information required for product. This view provides information about line style ,subclass,rule group and the rule itself. , implementation_dba_data: APPS.OKL_LSE_SCS_RULES_V ,
-
VIEW: APPS.OKL_TERMS_AND_COND_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TERMS_AND_COND_UV, object_name:OKL_TERMS_AND_COND_UV, status:VALID,
-
VIEW: APPS.OKL_TERMS_AND_COND_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_TERMS_AND_COND_UV, object_name:OKL_TERMS_AND_COND_UV, status:VALID,
-
VIEW: APPS.OKL_LSE_SCS_RULES_V
12.2.2
-
VIEW: APPS.OKCAUDET_RULE_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKCAUDET_RULE_GROUPS_V, object_name:OKCAUDET_RULE_GROUPS_V, status:VALID,
-
VIEW: APPS.OKCAUDET_RULE_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKCAUDET_RULE_GROUPS_V, object_name:OKCAUDET_RULE_GROUPS_V, status:VALID,
-
VIEW: APPS.OKL_OPT_RULES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OPT_RULES_UV, object_name:OKL_OPT_RULES_UV, status:VALID,
-
VIEW: APPS.OKCAUDET_RULE_GROUPS_HV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKCAUDET_RULE_GROUPS_HV, object_name:OKCAUDET_RULE_GROUPS_HV, status:VALID,
-
VIEW: APPS.OKCAUDET_RULE_GROUPS_HV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKC.OKCAUDET_RULE_GROUPS_HV, object_name:OKCAUDET_RULE_GROUPS_HV, status:VALID,
-
VIEW: APPS.OKL_OPT_RULE_VALUES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OPT_RULE_VALUES_UV, object_name:OKL_OPT_RULE_VALUES_UV, status:VALID,
-
VIEW: APPS.OKL_OPT_RULES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OPT_RULES_UV, object_name:OKL_OPT_RULES_UV, status:VALID,
-
VIEW: APPS.OKL_OPT_RULE_VALUES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OPT_RULE_VALUES_UV, object_name:OKL_OPT_RULE_VALUES_UV, status:VALID,
-
Lookup Type: IGF_AP_RULE
12.1.1
product: IGF - Financial Aid , meaning: Rule Groups , description: Rule Groups - Obsolete ,
-
VIEW: APPS.OKL_LSE_SCS_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LSE_SCS_RULES_V, object_name:OKL_LSE_SCS_RULES_V, status:VALID,
-
Lookup Type: IGF_AP_RULE
12.2.2
product: IGF - Financial Aid (Obsolete) , meaning: Rule Groups , description: Rule Groups - Obsolete ,
-
VIEW: APPS.OKL_LSE_SCS_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_LSE_SCS_RULES_V, object_name:OKL_LSE_SCS_RULES_V, status:VALID,
-
View: OKL_OPT_RULES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OPT_RULES_UV, object_name:OKL_OPT_RULES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_OPT_RULES_UV ,
-
View: OKL_OPT_RULES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OPT_RULES_UV, object_name:OKL_OPT_RULES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_OPT_RULES_UV ,
-
PACKAGE: APPS.OKL_TERMS_AND_CONDS_PVT
12.2.2
-
PACKAGE: APPS.OKL_TERMS_AND_CONDS_PVT
12.1.1
-
View: OKL_OPT_RULE_VALUES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OPT_RULE_VALUES_UV, object_name:OKL_OPT_RULE_VALUES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_OPT_RULE_VALUES_UV ,
-
View: OKL_OPT_RULE_VALUES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_OPT_RULE_VALUES_UV, object_name:OKL_OPT_RULE_VALUES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_OPT_RULE_VALUES_UV ,
-
APPS.OKL_PA_DATA_INTEGRITY SQL Statements
12.2.2
-
APPS.OKL_PA_DATA_INTEGRITY SQL Statements
12.1.1
-
PACKAGE BODY: APPS.OKL_TERMS_AND_CONDS_PVT_W
12.2.2
-
PACKAGE BODY: APPS.OKL_TERMS_AND_CONDS_PVT_W
12.1.1
-
PACKAGE BODY: APPS.OKC_PO_QA_PVT
12.1.1
-
PACKAGE BODY: APPS.OKC_PO_QA_PVT
12.2.2
-
PACKAGE BODY: APPS.OKC_QA_DATA_INTEGRITY
12.2.2
-
PACKAGE BODY: APPS.OKC_QA_DATA_INTEGRITY
12.1.1
-
APPS.OKL_PA_DATA_INTEGRITY dependencies on OKC_RULE_GROUPS_B
12.2.2
-
PACKAGE BODY: APPS.OKL_PA_DATA_INTEGRITY
12.1.1