Search Results aso_apr_approval_det_b
Overview
The table ASO_APR_APPROVAL_DET_B is a historical data object within the Oracle E-Business Suite (EBS) Order Capture (ASO) module. According to the official ETRM documentation, this table is explicitly marked as obsolete and was not used in the 11i release. Its intended purpose was to store detailed approval rule definitions, linking specific approvers or approver groups to approval objects within the order management workflow. In the context of releases 12.1.1 and 12.2.2, this table is considered a legacy artifact and is not part of the active application's data model or business logic. Its presence in the database is typically for backward compatibility or as a remnant of an earlier upgrade, and it should not be referenced by any custom or standard application code.
Key Information Stored
While the table is obsolete, its documented structure reveals the type of approval configuration data it was designed to hold. The primary key column is ASO_APR_APPROVAL_DET_ID, which uniquely identifies each approval detail record. The table's foreign keys indicate it stored relationships to three core entities: a parent approval object (via ASO_APR_OBJ_APPROVAL_ID referencing ASO_APR_OBJ_APPROVALS), a specific resource approver (via JTF_RS_APPROVER_ID referencing JTF_RS_RESOURCE_EXTNS), and an approver group (via JTF_RS_APPROVER_GROUP_ID referencing JTF_RS_GROUPS_B). This structure suggests it functioned to define the "who" in an approval chain—whether an individual or a committee—for a given business object.
Common Use Cases and Queries
Given its obsolete status, there are no standard use cases or reporting requirements for this table in Oracle EBS 12.1.1 or 12.2.2. Technical consultants or DBAs might encounter it only during data cleanup audits, schema analysis, or when troubleshooting legacy customizations that may have incorrectly referenced it. Any such custom code must be reviewed and migrated to use the current, supported approval architecture. A diagnostic query to check for any accidental data or references might be:
SELECT COUNT(*) FROM ASO_APR_APPROVAL_DET_B;SELECT constraint_name, table_name FROM all_constraints WHERE r_constraint_name = 'ASO_APR_APPROVAL_DET_B_PK';
These queries help confirm the table's inactive state by checking for stored data or unexpected foreign key dependencies from other objects.
Related Objects
The ETRM documentation specifies the following key relationships for ASO_APR_APPROVAL_DET_B, which illustrate its intended role in the obsolete approval framework:
- ASO_APR_OBJ_APPROVALS: Linked via foreign key on column ASO_APR_OBJ_APPROVAL_ID. This was the parent table defining the approval object to which the detail rule applied.
- JTF_RS_GROUPS_B: Linked via foreign key on column JTF_RS_APPROVER_GROUP_ID. This referenced the Resource Manager group designated as an approver.
- JTF_RS_RESOURCE_EXTNS: Linked via foreign key on column JTF_RS_APPROVER_ID. This referenced an individual resource designated as an approver.
- ASO_APR_APPROVAL_DET_TL: A translation table that historically stored multilingual descriptions for the approval detail, linked by the primary key ASO_APR_APPROVAL_DET_ID.
-
Table: ASO_APR_APPROVAL_DET_B
12.1.1
product: ASO - Order Capture , description: Obsolete, not used in 11i. , implementation_dba_data: Not implemented in this database ,
-
Table: ASO_APR_APPROVAL_DET_B
12.2.2
product: ASO - Order Capture , description: Obsolete, not used in 11i. , implementation_dba_data: Not implemented in this database ,
-
Table: ASO_APR_APPROVAL_DET_TL
12.2.2
product: ASO - Order Capture , description: Obsolete, not used in 11i. , implementation_dba_data: Not implemented in this database ,
-
Table: ASO_APR_APPROVAL_DET_TL
12.1.1
product: ASO - Order Capture , description: Obsolete, not used in 11i. , implementation_dba_data: Not implemented in this database ,
-
Table: ASO_APR_OBJ_APPROVALS
12.2.2
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_APR_OBJ_APPROVALS, object_name:ASO_APR_OBJ_APPROVALS, status:VALID, product: ASO - Order Capture , description: This table stores information about all instances of approvals for each approval object. , implementation_dba_data: ASO.ASO_APR_OBJ_APPROVALS ,
-
Table: ASO_APR_OBJ_APPROVALS
12.1.1
owner:ASO, object_type:TABLE, fnd_design_data:ASO.ASO_APR_OBJ_APPROVALS, object_name:ASO_APR_OBJ_APPROVALS, status:VALID, product: ASO - Order Capture , description: This table stores information about all instances of approvals for each approval object. , implementation_dba_data: ASO.ASO_APR_OBJ_APPROVALS ,
-
12.1.1 FND Design Data
12.1.1
-
View: ASO_APR_QUOTE_APPROVAL_V
12.2.2
product: ASO - Order Capture , implementation_dba_data: Not implemented in this database ,
-
View: ASO_APR_QUOTE_APPROVAL_V
12.1.1
product: ASO - Order Capture , implementation_dba_data: Not implemented in this database ,
-
View: ASO_APR_APPROVAL_DET_VL
12.2.2
product: ASO - Order Capture , implementation_dba_data: Not implemented in this database ,
-
12.2.2 FND Design Data
12.2.2
-
View: ASO_APR_APPROVAL_DET_VL
12.1.1
product: ASO - Order Capture , implementation_dba_data: Not implemented in this database ,
-
Table: JTF_RS_GROUPS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_B, object_name:JTF_RS_GROUPS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_GROUPS_B stores general information about a given Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_B ,
-
Table: JTF_RS_GROUPS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_GROUPS_B, object_name:JTF_RS_GROUPS_B, status:VALID, product: JTF - CRM Foundation , description: Base Table JTF_RS_GROUPS_B stores general information about a given Group. , implementation_dba_data: JTF.JTF_RS_GROUPS_B ,
-
Table: JTF_RS_RESOURCE_EXTNS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
Table: JTF_RS_RESOURCE_EXTNS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,