Search Results default_code_combination_id
Overview
The APPS.ICX_PO_APPROVER_VAL_V view is an Oracle E-Business Suite database object residing in the APPS schema. It is classified as a VIEW with a status of VALID, and its FND Design Data reference is ICX.ICX_PO_APPROVER_VAL_V. Within Oracle EBS 12.1.1 and 12.2.2, this view serves as a validation and lookup source for Purchasing approver selection and related self-service workflows, exposing employee identity, contact, location, and accounting flexfield context in a single flattened row per approver.
The object carries an explicit Oracle Internal Use Only warning, indicating that Oracle Corporation does not support direct access to applications data through this view except from standard Oracle Applications programs. Consequently, the view is intended primarily for internal use by Oracle EBS application code, particularly within the ICX (Oracle iProcurement / self-service) module. Organizations may query it for reporting, but should recognize that it is not a formally supported public interface and that its definition may change across releases or patches. The view is not referenced by any other database object, confirming its role as a terminal validation source rather than an intermediate dependency.
Underlying Base Objects
The ETRM documentation records that ICX_PO_APPROVER_VAL_V is defined over the following objects:
- HR_EMPLOYEES_CURRENT_V (VIEW) — supplies current employee assignment and organizational data.
- HR_LOCATIONS (VIEW) — provides location identifiers and location codes.
- FND_PROFILE (PACKAGE) — used for profile option lookups, likely to derive business group and security context.
- HR_GENERAL (PACKAGE) — provides HR utility functions such as business group resolution.
- HR_PERSON_NAME (PACKAGE) — formats and returns the employee's full name.
- HR_SECURITY (PACKAGE) — enforces HR security, restricting returned rows based on the user's security profile.
This composition means the view is fundamentally an HR-derived employee directory scoped by HR security, augmented with profile-based business group context. It does not reference purchasing tables directly; instead it validates approvers by supplying the employee attributes the Purchasing module requires when building approver lists or routing documents.
Key Columns
The view exposes ten documented columns:
- FULL_NAME (VARCHAR2, 240) — the formatted employee name from HR_PERSON_NAME.
- EMAIL_ADDRESS (VARCHAR2, 240) — the employee's electronic mail address, used for notification.
- EMPLOYEE_NUM (VARCHAR2, 30) — the HR employee number.
- EMPLOYEE_ID (NUMBER, 10) — the unique HR employee identifier.
- DEFAULT_CODE_COMBINATION_ID (NUMBER, 15) — the default accounting flexfield combination associated with the employee, relevant to charge account defaults on purchasing documents.
- LOCATION_ID (NUMBER, 15) — the HR location identifier.
- LOCATION_CODE (VARCHAR2, 60) — the human-readable location code.
- ORGANIZATION_ID (NUMBER, 15) — the organization identifier for the approver's assignment.
- BUSINESS_GROUP_ID (NUMBER, 15) — the business group that owns the employee record.
- EXPENSE_CHECK_ADDRESS_FLAG (VARCHAR2, 30) — a flag indicating whether the location address is used for expense check delivery.
Common Use Cases and Queries
Typical use cases include validating that a proposed approver exists and is visible under HR security, retrieving an approver's default code combination for charge account defaulting, and populating notification email addresses. A representative query is:
SELECT full_name, email_address, employee_num, default_code_combination_id FROM apps.icx_po_approver_val_v WHERE employee_id = :p_employee_id;SELECT employee_id, full_name, organization_id FROM apps.icx_po_approver_val_v WHERE business_group_id = :p_bg_id ORDER BY full_name;SELECT full_name, location_code, expense_check_address_flag FROM apps.icx_po_approver_val_v WHERE location_id = :p_location_id;
Because the view is built on HR security, results are automatically filtered by the querying user's security profile, which must be considered when using it in custom reports or integration extracts.
-
VIEW: APPS.ICX_PO_APPROVER_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_APPROVER_VAL_V, object_name:ICX_PO_APPROVER_VAL_V, status:VALID,
-
VIEW: APPS.ICX_PO_APPROVER_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_APPROVER_VAL_V, object_name:ICX_PO_APPROVER_VAL_V, status:VALID,
-
VIEW: APPS.ICX_PO_REQUESTOR_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUESTOR_VAL_V, object_name:ICX_PO_REQUESTOR_VAL_V, status:VALID,
-
VIEW: APPS.POR_RCV_REQ_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQ_LOV_V, object_name:POR_RCV_REQ_LOV_V, status:VALID,
-
VIEW: APPS.POR_REQUESTER_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_REQUESTER_LOV_V, object_name:POR_REQUESTER_LOV_V, status:VALID,
-
VIEW: APPS.ICX_PO_REQUESTOR_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUESTOR_VAL_V, object_name:ICX_PO_REQUESTOR_VAL_V, status:VALID,
-
VIEW: APPS.POR_RCV_REQ_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQ_LOV_V, object_name:POR_RCV_REQ_LOV_V, status:VALID,
-
VIEW: APPS.POS_PO_LIST_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_LIST_USERS_V, object_name:POS_PO_LIST_USERS_V, status:VALID,
-
VIEW: APPS.POS_PO_LIST_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_LIST_USERS_V POS.POS_PO_LIST_USERS_V, object_name:POS_PO_LIST_USERS_V, status:VALID,
-
VIEW: APPS.ICX_PO_OPEN_REQS_BY_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_OPEN_REQS_BY_USERS_V, object_name:ICX_PO_OPEN_REQS_BY_USERS_V, status:VALID,
-
VIEW: APPS.POR_REQUESTER_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_REQUESTER_LOV_V, object_name:POR_REQUESTER_LOV_V, status:VALID,
-
VIEW: APPS.ICX_PO_REQS_BY_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQS_BY_USERS_V, object_name:ICX_PO_REQS_BY_USERS_V, status:VALID,
-
View: ICX_PO_APPROVER_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_APPROVER_VAL_V, object_name:ICX_PO_APPROVER_VAL_V, status:VALID, product: ICX - Oracle iProcurement , description: Approver LOV View , implementation_dba_data: APPS.ICX_PO_APPROVER_VAL_V ,
-
VIEW: APPS.ICX_PO_OPEN_REQS_BY_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_OPEN_REQS_BY_USERS_V, object_name:ICX_PO_OPEN_REQS_BY_USERS_V, status:VALID,
-
VIEW: APPS.HR_CURRENT_EMP
12.2.2
owner:APPS, object_type:VIEW, object_name:HR_CURRENT_EMP, status:VALID,
-
View: ICX_PO_APPROVER_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_APPROVER_VAL_V, object_name:ICX_PO_APPROVER_VAL_V, status:VALID, product: ICX - Oracle iProcurement , description: Approver LOV View , implementation_dba_data: APPS.ICX_PO_APPROVER_VAL_V ,
-
VIEW: APPS.ICX_PO_LIST_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_LIST_USERS_V, object_name:ICX_PO_LIST_USERS_V, status:VALID,
-
VIEW: APPS.ICX_PO_LIST_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_LIST_USERS_V, object_name:ICX_PO_LIST_USERS_V, status:VALID,
-
View: ICX_PO_REQUESTOR_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUESTOR_VAL_V, object_name:ICX_PO_REQUESTOR_VAL_V, status:VALID, product: ICX - Oracle iProcurement , description: Requester LOV View , implementation_dba_data: APPS.ICX_PO_REQUESTOR_VAL_V ,
-
VIEW: APPS.PO_EMPLOYEES_CURRENT_X
12.1.1
owner:APPS, object_type:VIEW, object_name:PO_EMPLOYEES_CURRENT_X, status:VALID,
-
VIEW: APPS.PO_EMPLOYEES_CURRENT_X
12.2.2
owner:APPS, object_type:VIEW, object_name:PO_EMPLOYEES_CURRENT_X, status:VALID,
-
VIEW: APPS.ICX_PO_REQS_BY_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQS_BY_USERS_V, object_name:ICX_PO_REQS_BY_USERS_V, status:VALID,
-
View: ICX_PO_REQUESTOR_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUESTOR_VAL_V, object_name:ICX_PO_REQUESTOR_VAL_V, status:VALID, product: ICX - Oracle iProcurement , description: Requester LOV View , implementation_dba_data: APPS.ICX_PO_REQUESTOR_VAL_V ,
-
View: HR_EMPLOYEES_CURRENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.HR_EMPLOYEES_CURRENT_V, object_name:HR_EMPLOYEES_CURRENT_V, status:VALID, product: PO - Purchasing , description: Current employees view , implementation_dba_data: APPS.HR_EMPLOYEES_CURRENT_V ,
-
View: POS_PO_LIST_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_LIST_USERS_V, object_name:POS_PO_LIST_USERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_LIST_USERS_V ,
-
View: MTL_EMPLOYEES_CURRENT_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EMPLOYEES_CURRENT_VIEW, object_name:MTL_EMPLOYEES_CURRENT_VIEW, status:VALID, product: INV - Inventory , description: View of employees currently assigned to a given organization , implementation_dba_data: APPS.MTL_EMPLOYEES_CURRENT_VIEW ,
-
VIEW: APPS.MTL_EMPLOYEES_CURRENT_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EMPLOYEES_CURRENT_VIEW, object_name:MTL_EMPLOYEES_CURRENT_VIEW, status:VALID,
-
View: POS_PO_LIST_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_LIST_USERS_V POS.POS_PO_LIST_USERS_V, object_name:POS_PO_LIST_USERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_LIST_USERS_V ,
-
VIEW: APPS.MTL_EMPLOYEES_CURRENT_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EMPLOYEES_CURRENT_VIEW, object_name:MTL_EMPLOYEES_CURRENT_VIEW, status:VALID,
-
View: ICX_PO_LIST_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_LIST_USERS_V, object_name:ICX_PO_LIST_USERS_V, status:VALID, product: ICX - Oracle iProcurement , description: List of Users view , implementation_dba_data: APPS.ICX_PO_LIST_USERS_V ,
-
View: ICX_PO_LIST_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_LIST_USERS_V, object_name:ICX_PO_LIST_USERS_V, status:VALID, product: ICX - Oracle iProcurement , description: List of Users view , implementation_dba_data: APPS.ICX_PO_LIST_USERS_V ,
-
View: HR_EMPLOYEES_CURRENT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.HR_EMPLOYEES_CURRENT_V, object_name:HR_EMPLOYEES_CURRENT_V, status:VALID, product: PO - Purchasing , description: Current employees view , implementation_dba_data: APPS.HR_EMPLOYEES_CURRENT_V ,
-
View: POS_PO_LIST_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_LIST_USERS_V POS.POS_PO_LIST_USERS_V, object_name:POS_PO_LIST_USERS_V, status:VALID, product: POS - iSupplier Portal , description: Not Used , implementation_dba_data: APPS.POS_PO_LIST_USERS_V ,
-
View: PER_EMPLOYEES_CURRENT_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EMPLOYEES_CURRENT_X, object_name:PER_EMPLOYEES_CURRENT_X, status:VALID, product: PER - Human Resources , description: Date-effective view. , implementation_dba_data: APPS.PER_EMPLOYEES_CURRENT_X ,
-
View: MTL_EMPLOYEES_CURRENT_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_EMPLOYEES_CURRENT_VIEW, object_name:MTL_EMPLOYEES_CURRENT_VIEW, status:VALID, product: INV - Inventory , description: View of employees currently assigned to a given organization , implementation_dba_data: APPS.MTL_EMPLOYEES_CURRENT_VIEW ,
-
VIEW: APPS.PER_EMPLOYEES_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EMPLOYEES_X, object_name:PER_EMPLOYEES_X, status:VALID,
-
View: ICX_PO_OPEN_REQS_BY_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_OPEN_REQS_BY_USERS_V, object_name:ICX_PO_OPEN_REQS_BY_USERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Open Requisitions by Users view , implementation_dba_data: APPS.ICX_PO_OPEN_REQS_BY_USERS_V ,
-
View: ICX_PO_REQS_BY_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQS_BY_USERS_V, object_name:ICX_PO_REQS_BY_USERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisitions by Users View , implementation_dba_data: APPS.ICX_PO_REQS_BY_USERS_V ,
-
View: ICX_PO_REQS_BY_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQS_BY_USERS_V, object_name:ICX_PO_REQS_BY_USERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisitions by Users View , implementation_dba_data: APPS.ICX_PO_REQS_BY_USERS_V ,
-
View: ICX_PO_OPEN_REQS_BY_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_OPEN_REQS_BY_USERS_V, object_name:ICX_PO_OPEN_REQS_BY_USERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Open Requisitions by Users view , implementation_dba_data: APPS.ICX_PO_OPEN_REQS_BY_USERS_V ,
-
VIEW: APPS.PER_EMPLOYEES_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EMPLOYEES_X, object_name:PER_EMPLOYEES_X, status:VALID,
-
VIEW: APPS.PER_EMPLOYEES_CURRENT_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EMPLOYEES_CURRENT_X, object_name:PER_EMPLOYEES_CURRENT_X, status:VALID,
-
View: PER_EMPLOYEES_CURRENT_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EMPLOYEES_CURRENT_X, object_name:PER_EMPLOYEES_CURRENT_X, status:VALID, product: PER - Human Resources , description: Date-effective view. , implementation_dba_data: APPS.PER_EMPLOYEES_CURRENT_X ,
-
View: PER_EMPLOYEES_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EMPLOYEES_X, object_name:PER_EMPLOYEES_X, status:VALID, product: PER - Human Resources , description: Date-effective view. , implementation_dba_data: APPS.PER_EMPLOYEES_X ,
-
View: POR_RCV_REQ_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQ_LOV_V, object_name:POR_RCV_REQ_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: The List of Value of Requester in Receive Expanded Search , implementation_dba_data: APPS.POR_RCV_REQ_LOV_V ,
-
VIEW: APPS.PER_EMPLOYEES_CURRENT_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_EMPLOYEES_CURRENT_X, object_name:PER_EMPLOYEES_CURRENT_X, status:VALID,
-
VIEW: APPS.PER_WORKFORCE_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_WORKFORCE_X, object_name:PER_WORKFORCE_X, status:VALID,
-
VIEW: APPS.HR_EMPLOYEES_CURRENT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.HR_EMPLOYEES_CURRENT_V, object_name:HR_EMPLOYEES_CURRENT_V, status:VALID,
-
VIEW: APPS.PER_CONT_WORKERS_X
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_CONT_WORKERS_X, object_name:PER_CONT_WORKERS_X, status:VALID,
-
View: PER_CONT_WORKERS_CURRENT_X
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_CONT_WORKERS_CURRENT_X, object_name:PER_CONT_WORKERS_CURRENT_X, status:VALID, product: PER - Human Resources , description: Date-effective view. , implementation_dba_data: APPS.PER_CONT_WORKERS_CURRENT_X ,