Search Results displayed_field
Overview
APPS.PO_DOCUMENT_TYPES_V is a Purchasing (PO) module view that presents the configured document types used throughout Oracle E-Business Suite procurement and sourcing. It joins the base configuration table PO_DOCUMENT_TYPES with lookup-code view PO_LOOKUP_CODES to translate stored lookup codes into human-readable descriptions. Rather than exposing raw codes such as SECURITY_LEVEL_CODE or DOCUMENT_SUBTYPE, the view exposes the corresponding DISPLAYED_FIELD values (aliased as shown in the view text), making it suitable for reports, LOVs, and integrations that require meaningful labels rather than internal codes.
Because it is a reporting-friendly view, PO_DOCUMENT_TYPES_V is commonly referenced where purchasing document behavior must be understood — for example determining whether a preparer may approve, whether an approver may modify a document, and which workflow item types and processes drive the approval flow. The view also surfaces AME transaction type and template codes, supporting approval-management and contract-sourcing configuration across 12.1.1 and 12.2.2.
Underlying Base Objects
The documented base objects underlying this view are:
- PO_DOCUMENT_TYPES (SYNONYM) — the primary configuration table supplying document type, subtype, security level, approval flags, attribute columns, workflow configuration, ORG_ID, and AME/template settings.
- PO_LOOKUP_CODES (VIEW) — referenced seven times (aliases LC1 through LC7) to resolve codes into DISPLAYED_FIELD descriptions for document type, subtype, security level, quotation class, archive external revision, access level, and forwarding mode.
- PER_POSITION_STRUCTURES (SYNONYM) — joined via DEFAULT_APPROVAL_PATH_ID to PPS.NAME to supply the default approval path name.
- FND_GLOBAL (PACKAGE) — used within the view definition to enforce organizational/security context (e.g., ORG_ID handling).
All joins are performed with outer joins (+) to the lookup view for optional code categories, ensuring rows are retained even when a given lookup code has no matching description.
Key Columns
- ROW_ID — unique identifier for the document type row.
- DOCUMENT_TYPE_CODE / DISPLAYED_FIELD (LC1) — the underlying code and its displayed document type description.
- DOCUMENT_SUBTYPE / DISPLAYED_FIELD (LC2) — subtype code and description; lookup type varies by document type (REQUISITION TYPE, RFQ SUBTYPE, QUOTATION SUBTYPE, etc.).
- SECURITY_LEVEL_CODE, QUOTATION_CLASS_CODE, ARCHIVE_EXTERNAL_REVISION_CODE, ACCESS_LEVEL_CODE, FORWARDING_MODE_CODE — each paired with its resolved DISPLAYED_FIELD.
- DEFAULT_APPROVAL_PATH_ID / NAME — approval path identifier and its name from PER_POSITION_STRUCTURES.
- TYPE_NAME, DISABLED_FLAG, ORG_ID — descriptive name, active/inactive state, and operating unit.
- Approval behavior flags — CAN_PREPARER_APPROVE_FLAG, CAN_APPROVER_MODIFY_DOC_FLAG, CAN_CHANGE_FORWARD_FROM_FLAG, CAN_CHANGE_FORWARD_TO_FLAG, CAN_CHANGE_APPROVAL_PATH_FLAG.
- Workflow columns — WF_APPROVAL_ITEMTYPE, WF_APPROVAL_PROCESS, WF_CREATEDOC_ITEMTYPE, WF_CREATEDOC_PROCESS.
- AME_TRANSACTION_TYPE — transaction type used by Approvals Management.
- Template and sourcing flags — USE_CONTRACT_FOR_SOURCING_FLAG, INCLUDE_NONCATALOG_FLAG, DOCUMENT_TEMPLATE_CODE, CONTRACT_TEMPLATE_CODE.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–15 — flexfield descriptive attributes.
- Audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Typical uses include populating document-type LOVs, validating approval configuration, and reporting on source-to-pay behavior by operating unit. A representative query retrieves active document types with their displayed descriptions and approval flags for an organization:
- SELECT DOCUMENT_TYPE_CODE, DISPLAYED_FIELD, TYPE_NAME, CAN_PREPARER_APPROVE_FLAG, AME_TRANSACTION_TYPE FROM APPS.PO_DOCUMENT_TYPES_V WHERE DISABLED_FLAG = 'N' AND ORG_ID = :p_org_id;
A second scenario resolves the default approval path and workflow configuration for a specific document type:
- SELECT DOCUMENT_TYPE_CODE, DOCUMENT_SUBTYPE, NAME, WF_APPROVAL_ITEMTYPE, WF_APPROVAL_PROCESS FROM APPS.PO_DOCUMENT_TYPES_V WHERE DOCUMENT_TYPE_CODE = 'PURCHASE ORDER';
Because the view resolves lookup codes to displayed values, it is preferable to direct table access when building reports, interfaces, and integrations requiring readable procurement document-type configuration.
-
VIEW: APPS.PO_DOCUMENT_TYPES_V
12.2.2
-
View: AP_AEL_GL_PAY_V
12.1.1
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: AP_AEL_SL_PAY_V
12.1.1
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: AP_AEL_GL_PAY_V
12.2.2
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: AP_AEL_SL_INV_V
12.1.1
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: AP_AEL_SL_INV_V
12.2.2
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PO_SGD_MOD_HDRS_UDA_V
12.2.2
-
View: AP_AE_HEADERS_V
12.1.1
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PO_SGD_HDRS_UDA_V
12.2.2
-
VIEW: APPS.PO_DOCUMENT_TYPES_V
12.1.1
-
View: AP_AE_HEADERS_V
12.2.2
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PON_SGD_HEADERS_UDA_V
12.2.2
-
VIEW: APPS.AP_BANK_CHARGE_BEAERER_SRS_V
12.1.1
-
VIEW: APPS.AP_BANK_CHARGE_BEAERER_SRS_V
12.2.2
-
View: AP_AEL_SL_PAY_V
12.2.2
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: PO_SGD_MOD_HDRS_UDA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_MOD_HDRS_UDA_V, object_name:PO_SGD_MOD_HDRS_UDA_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_MOD_HDRS_UDA_V ,
-
VIEW: APPS.AP_INTERFACE_REJECTIONS_V
12.1.1
-
VIEW: APPS.PON_SGD_AMD_HEADERS_UDA_V
12.2.2
-
VIEW: APPS.PO_ENC_AEL_GL_V
12.2.2
-
VIEW: APPS.RCV_AEL_SL_V
12.1.1
-
View: AP_INTERFACE_REJECTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INTERFACE_REJECTIONS_V, object_name:AP_INTERFACE_REJECTIONS_V, status:VALID, product: AP - Payables , description: - Retrofitted , implementation_dba_data: APPS.AP_INTERFACE_REJECTIONS_V ,
-
VIEW: APPS.RCV_AEL_GL_V
12.1.1
-
VIEW: APPS.AP_INTERFACE_REJECTIONS_V
12.2.2
-
APPS.PO_POXPOCOM_XMLP_PKG SQL Statements
12.1.1
-
View: AP_AEL_GL_INV_V
12.1.1
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: AP_AEL_GL_INV_V
12.2.2
product: AP - Payables , implementation_dba_data: Not implemented in this database ,
-
View: PO_SGD_HDRS_UDA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SGD_HDRS_UDA_V, object_name:PO_SGD_HDRS_UDA_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_SGD_HDRS_UDA_V ,
-
VIEW: APPS.RCV_AEL_GL_V
12.2.2
-
VIEW: APPS.PON_SGD_AMD_LINES_UDA_V
12.2.2
-
VIEW: APPS.PO_ENC_AEL_GL_V
12.1.1
-
VIEW: APPS.PSA_REQ_ENC_GL_BC_V
12.2.2
-
APPS.PO_POXPOCOM_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.PSA_PO_ENC_GL_BC_V
12.1.1
-
VIEW: APPS.AP_WFAPPROVAL_HISTORY_V
12.1.1
-
VIEW: APPS.JG_ZZ_AP_IR_REP_ITF_V
12.1.1
-
VIEW: APPS.REQ_ENC_AEL_GL_V
12.1.1
-
VIEW: APPS.RCV_AEL_SL_V
12.2.2
-
VIEW: APPS.RCV_AEL_SL_MRC_V
12.1.1
-
View: AP_BANK_CHARGE_BEAERER_SRS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_BANK_CHARGE_BEAERER_SRS_V, object_name:AP_BANK_CHARGE_BEAERER_SRS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_BANK_CHARGE_BEAERER_SRS_V ,
-
VIEW: APPS.PSA_PO_ENC_GL_BC_V
12.2.2
-
VIEW: APPS.AP_ALLOCATION_RULES_V
12.2.2
-
VIEW: APPS.PSA_REQ_ENC_GL_BC_V
12.1.1
-
VIEW: APPS.REQ_ENC_AEL_GL_V
12.2.2
-
View: AP_BANK_CHARGE_BEAERER_SRS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_BANK_CHARGE_BEAERER_SRS_V, object_name:AP_BANK_CHARGE_BEAERER_SRS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_BANK_CHARGE_BEAERER_SRS_V ,
-
VIEW: APPS.RCV_AEL_SL_MRC_V
12.2.2
-
VIEW: APPS.PON_SGD_LINES_UDA_V
12.2.2
-
View: PO_DOCUMENT_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DOCUMENT_TYPES_V, object_name:PO_DOCUMENT_TYPES_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_DOCUMENT_TYPES_V ,
-
VIEW: APPS.AP_WFAPPROVAL_HISTORY_V
12.2.2
-
View: AP_INTERFACE_REJECTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INTERFACE_REJECTIONS_V, object_name:AP_INTERFACE_REJECTIONS_V, status:VALID, product: AP - Payables , description: - Retrofitted , implementation_dba_data: APPS.AP_INTERFACE_REJECTIONS_V ,
-
VIEW: APPS.JG_ZZ_AP_IR_REP_ITF_V
12.2.2