Search Results okl_subsidies_all_b
Overview
The OKL_SUBSIDIES_ALL_B table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 Lease and Finance Management (OKL) module. It serves as the primary repository for defining and storing subsidy setups. A subsidy, in the context of lease and finance contracts, represents a financial incentive or contribution, often from a third party like a manufacturer or government entity, that reduces the cost for the lessee. This table is the transactional backbone for managing these financial constructs, enabling the system to calculate, apply, and account for subsidies across various lease and finance agreements. Its multi-org structure, indicated by the "_ALL_B" suffix, allows it to store data for multiple operating units.
Key Information Stored
While the provided metadata does not list specific columns beyond key identifiers, the table's primary key and foreign key relationships define its critical data elements. The central column is the ID (primary key), which uniquely identifies each subsidy setup. Essential relational attributes include FORMULA_ID and REFUND_FORMULA_ID, which link to the OKL_FORMULAE_B table to define the calculation logic for the subsidy amount and any potential refund calculations, respectively. The STREAM_TYPE_ID links to OKL_STRM_TYPE_B, classifying the subsidy into a specific financial stream type for accounting and reporting. Other typical columns in such a base table would include audit fields (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE), an ORG_ID for multi-org support, and active/inactive status indicators.
Common Use Cases and Queries
This table is central to operations involving subsidy management. Common use cases include the creation and maintenance of subsidy templates, the application of a subsidy to a specific lease line, and generating reports on subsidy utilization. A frequent query pattern involves joining the subsidy definition with its descriptive translation (OKL_SUBSIDIES_TL) and related criteria (OKL_SUBSIDY_CRITERIA) for review. For instance, to list all active subsidies with their calculation formulas, one might use a query such as:
- SELECT s.ID, tl.NAME, f.FORMULA_NAME
FROM OKL_SUBSIDIES_ALL_B s,
OKL_SUBSIDIES_TL tl,
OKL_FORMULAE_B f
WHERE s.ID = tl.ID
AND tl.LANGUAGE = USERENV('LANG')
AND s.FORMULA_ID = f.ID
AND s.ENABLED_FLAG = 'Y';
Another critical scenario is tracing subsidies applied to contract lines via the foreign key from OKL_K_LINES.SUBSIDY_ID for financial analysis and audit trails.
Related Objects
The OKL_SUBSIDIES_ALL_B table is integral to a network of related objects within the OKL schema, as documented by its foreign key relationships.
- Referenced By This Table (Outgoing FKs):
- OKL_FORMULAE_B: Joined via FORMULA_ID and REFUND_FORMULA_ID to retrieve calculation logic.
- OKL_STRM_TYPE_B: Joined via STREAM_TYPE_ID for financial classification.
- References This Table (Incoming FKs):
- OKL_K_LINES: The SUBSIDY_ID column links lease/finance lines to their applicable subsidy setup.
- OKL_SUBSIDIES_TL: The ID column is the primary key for the translated descriptive data (e.g., name, description) in this language table.
- OKL_SUBSIDY_CRITERIA: The SUBSIDY_ID column links to define the specific conditions (like asset type, region) under which a subsidy is applicable.
-
Table: OKL_SUBSIDIES_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SUBSIDIES_ALL_B, object_name:OKL_SUBSIDIES_ALL_B, status:VALID, product: OKL - Lease and Finance Management , description: This table stores subsidy setups. , implementation_dba_data: OKL.OKL_SUBSIDIES_ALL_B ,
-
Table: OKL_SUBSIDIES_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SUBSIDIES_ALL_B, object_name:OKL_SUBSIDIES_ALL_B, status:VALID, product: OKL - Leasing and Finance Management , description: This table stores subsidy setups. , implementation_dba_data: OKL.OKL_SUBSIDIES_ALL_B ,
-
APPS.OKL_SUB_PVT dependencies on OKL_SUBSIDIES_ALL_B
12.1.1
-
APPS.OKL_SUB_PVT dependencies on OKL_SUBSIDIES_ALL_B
12.2.2
-
APPS.OKL_VENDORMERGE_GRP dependencies on OKL_SUBSIDIES_ALL_B
12.2.2
-
APPS.OKL_VENDORMERGE_GRP dependencies on OKL_SUBSIDIES_ALL_B
12.1.1
-
SYNONYM: APPS.OKL_SUBSIDIES_ALL_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_SUBSIDIES_ALL_B, status:VALID,
-
SYNONYM: APPS.OKL_SUBSIDIES_ALL_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_SUBSIDIES_ALL_B, status:VALID,
-
Table: OKL_FORMULAE_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_FORMULAE_B, object_name:OKL_FORMULAE_B, status:VALID, product: OKL - Lease and Finance Management , description: Definition of formulae. It also holds the context group required by the formula , implementation_dba_data: OKL.OKL_FORMULAE_B ,
-
Table: OKL_FORMULAE_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_FORMULAE_B, object_name:OKL_FORMULAE_B, status:VALID, product: OKL - Leasing and Finance Management , description: Definition of formulae. It also holds the context group required by the formula , implementation_dba_data: OKL.OKL_FORMULAE_B ,
-
VIEW: OKL.OKL_SUBSIDIES_ALL_B#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_SUBSIDIES_ALL_B#, status:VALID,
-
VIEW: APPS.OKL_ASSET_SUBSIDY_UV
12.2.2
-
VIEW: OKL.OKL_SUBSIDIES_ALL_B#
12.2.2
-
VIEW: APPS.OKL_ASSET_SUBSIDY_UV
12.1.1
-
APPS.OKL_VENDORMERGE_GRP dependencies on OKL_K_HEADERS
12.2.2
-
Table: OKL_SUBSIDIES_TL
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SUBSIDIES_TL, object_name:OKL_SUBSIDIES_TL, status:VALID, product: OKL - Leasing and Finance Management , description: Translation table for OKL_SUBSIDIES_B , implementation_dba_data: OKL.OKL_SUBSIDIES_TL ,
-
APPS.OKL_VENDORMERGE_GRP dependencies on OKL_K_HEADERS
12.1.1
-
Table: OKL_SUBSIDY_CRITERIA
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SUBSIDY_CRITERIA, object_name:OKL_SUBSIDY_CRITERIA, status:VALID, product: OKL - Leasing and Finance Management , description: This table stores applicability criterion for a subsidy , implementation_dba_data: OKL.OKL_SUBSIDY_CRITERIA ,
-
Table: OKL_SUBSIDIES_TL
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SUBSIDIES_TL, object_name:OKL_SUBSIDIES_TL, status:VALID, product: OKL - Lease and Finance Management , description: Translation table for OKL_SUBSIDIES_B , implementation_dba_data: OKL.OKL_SUBSIDIES_TL ,
-
Table: OKL_SUBSIDY_CRITERIA
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SUBSIDY_CRITERIA, object_name:OKL_SUBSIDY_CRITERIA, status:VALID, product: OKL - Lease and Finance Management , description: This table stores applicability criterion for a subsidy , implementation_dba_data: OKL.OKL_SUBSIDY_CRITERIA ,
-
PACKAGE BODY: APPS.OKL_SUB_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SUB_PVT, status:VALID,
-
View: OKL_ASSET_SUBSIDY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_SUBSIDY_UV, object_name:OKL_ASSET_SUBSIDY_UV, status:VALID, product: OKL - Lease and Finance Management , description: User interface view for asset subsidies page , implementation_dba_data: APPS.OKL_ASSET_SUBSIDY_UV ,
-
PACKAGE BODY: APPS.OKL_SUB_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_SUB_PVT, status:VALID,
-
Table: OKL_STRM_TYPE_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STRM_TYPE_B, object_name:OKL_STRM_TYPE_B, status:VALID, product: OKL - Lease and Finance Management , description: Holds the definition of payment types. , implementation_dba_data: OKL.OKL_STRM_TYPE_B ,
-
PACKAGE BODY: APPS.OKL_VENDORMERGE_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_VENDORMERGE_GRP, status:VALID,
-
Table: OKL_STRM_TYPE_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_STRM_TYPE_B, object_name:OKL_STRM_TYPE_B, status:VALID, product: OKL - Leasing and Finance Management , description: Holds the definition of payment types. , implementation_dba_data: OKL.OKL_STRM_TYPE_B ,
-
Table: OKL_K_LINES
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_LINES, object_name:OKL_K_LINES, status:VALID, product: OKL - Lease and Finance Management , description: Oracle Lease Management shadow table for Oracle Contracts Core line tables, OKC_K_LINES_B and OKC_K_LINES_TL. OKL_K_LINES contains attributes that relate to contracts created in OKL and do not fit into the standard lines tables OKC_K_LINES_ , implementation_dba_data: OKL.OKL_K_LINES ,
-
View: OKL_ASSET_SUBSIDY_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_SUBSIDY_UV, object_name:OKL_ASSET_SUBSIDY_UV, status:VALID, product: OKL - Leasing and Finance Management , description: User interface view for asset subsidies page , implementation_dba_data: APPS.OKL_ASSET_SUBSIDY_UV ,
-
SYNONYM: APPS.OKL_SUBSIDIES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKL_SUBSIDIES_B, status:VALID,
-
SYNONYM: APPS.OKL_SUBSIDIES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKL_SUBSIDIES_B, status:VALID,
-
PACKAGE BODY: APPS.OKL_VENDORMERGE_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_VENDORMERGE_GRP, status:VALID,
-
VIEW: APPS.OKL_ASSET_SUBSIDY_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_SUBSIDY_UV, object_name:OKL_ASSET_SUBSIDY_UV, status:VALID,
-
VIEW: APPS.OKL_ASSET_SUBSIDY_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ASSET_SUBSIDY_UV, object_name:OKL_ASSET_SUBSIDY_UV, status:VALID,
-
Table: OKL_K_LINES
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_K_LINES, object_name:OKL_K_LINES, status:VALID, product: OKL - Leasing and Finance Management , description: Oracle Lease Management shadow table for Oracle Contracts Core line tables, OKC_K_LINES_B and OKC_K_LINES_TL. OKL_K_LINES contains attributes that relate to contracts created in OKL and do not fit into the standard lines tables OKC_K_LINES_ , implementation_dba_data: OKL.OKL_K_LINES ,
-
TABLE: OKL.OKL_SUBSIDIES_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SUBSIDIES_ALL_B, object_name:OKL_SUBSIDIES_ALL_B, status:VALID,
-
TABLE: OKL.OKL_SUBSIDIES_ALL_B
12.2.2
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_SUBSIDIES_ALL_B, object_name:OKL_SUBSIDIES_ALL_B, status:VALID,
-
APPS.OKL_SUB_PVT dependencies on OKL_SUBSIDIES_TL
12.2.2
-
APPS.OKL_SUB_PVT dependencies on OKL_SUBSIDIES_TL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.OKL_VENDORMERGE_GRP SQL Statements
12.1.1
-
APPS.OKL_VENDORMERGE_GRP SQL Statements
12.2.2