Search Results bill_to_location_code
Overview
PO_NOTIFICATION_DETAILS_V is a Purchasing (PO) module view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It presents a denormalized, notification-oriented projection of purchase order header data, joining the core PO_HEADERS_ALL record to descriptive lookups for document type, vendor, agent, approval status, currency, and ship-to/bill-to locations. The view is designed to support PO approval workflow notifications and related reporting, providing the recipient-facing attributes (PO number, type name, agent name, vendor name, status, currency, comments) in a single row per purchase order. Because AGENT_NAME is surfaced directly in the projection, users searching for "agent_name" will find it here as an alias for HRE.FULL_NAME derived from HR_EMPLOYEES_CURRENT_V.
Underlying Base Objects
The view text accesses seven sources: PO_HEADERS_ALL, PO_DOCUMENT_TYPES_VL, HR_EMPLOYEES_CURRENT_V, PO_LOOKUP_CODES, PO_VENDORS, FND_CURRENCIES_TL, and HR_LOCATIONS_ALL_TL (joined twice for ship-to and bill-to). Per the ETRM metadata, the documented referenced objects additionally include the synonyms FND_CURRENCIES_TL, HR_LOCATIONS_ALL_TL, and PO_HEADERS_ALL, the views HR_EMPLOYEES_CURRENT_V, PO_DOCUMENT_TYPES_VL, PO_LOOKUP_CODES, and PO_VENDORS, together with the packages FND_GLOBAL, FND_PROFILE, HR_GENERAL, HR_PERSON_NAME, and HR_SECURITY. The package references are inherited through the underlying HR views, which apply security and profile logic internally.
All joins to descriptive objects are outer joins (denoted by +), except the join to PO_DOCUMENT_TYPES_VL, which is mandatory. The view filters PDTL.DOCUMENT_TYPE_CODE to 'PO' and 'PA', restricting output to standard and blanket purchase agreement document types. AUTHORIZATION_STATUS is resolved through PO_LOOKUP_CODES using LOOKUP_TYPE 'AUTHORIZATION STATUS', with NVL substitution to 'INCOMPLETE' when no lookup value is found. Language-dependent joins to FND_CURRENCIES_TL and HR_LOCATIONS_ALL_TL are constrained to USERENV('LANG').
Key Columns
- PO_HEADER_ID — Primary key of the source PO_HEADERS_ALL row.
- ORG_ID — Operating unit identifier, used for Multi-Org security filtering.
- PO_NUM — Purchase order number (SEGMENT1).
- TYPE_LOOKUP_CODE / PO_TYPE_NAME — Document subtype code and its translated display name.
- APPROVED_DATE, APPROVED_FLAG — Approval timestamp and approval state flag.
- VENDOR_ID, VENDOR_NAME — Supplier identifier and name from PO_VENDORS.
- AGENT_ID, AGENT_NAME — Buyer (agent) employee identifier and full name from HR_EMPLOYEES_CURRENT_V; this is the column surfaced when searching for "agent_name".
- STATUS — Authorization status display value, defaulting to 'INCOMPLETE'.
- SHIP_TO_LOCATION_ID / SHIP_TO_LOCATION_CODE, BILL_TO_LOCATION_ID / BILL_TO_LOCATION_CODE — Location identifiers and codes.
- CURRENCY_CODE, CURRENCY — Transactional currency code and translated currency name.
- COMMENTS — Free-text header comments, frequently included in notification bodies.
Common Use Cases and Queries
Typical scenarios include PO approval notification rendering, agent workload reporting, and supplier-facing extracts. The following query lists approved orders with their buyer:
- SELECT po_num, po_type_name, agent_name, vendor_name, status, currency FROM po_notification_details_v WHERE approved_flag = 'Y' ORDER BY agent_name;
- SELECT agent_id, agent_name, COUNT(*) FROM po_notification_details_v WHERE org_id = :p_org_id GROUP BY agent_id, agent_name;
- SELECT po_num, vendor_name, status FROM po_notification_details_v WHERE status = 'INCOMPLETE';
Because the view is not secured directly by operating unit at the header level in the same way as some PO entities, filtering by ORG_ID is recommended. The HR-based outer joins mean AGENT_NAME may be null for orders without a valid current employee record, and location or currency descriptions may be null when the language-constrained joins do not match.
-
View: PO_NOTIFICATION_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_NOTIFICATION_DETAILS_V, object_name:PO_NOTIFICATION_DETAILS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_NOTIFICATION_DETAILS_V ,
-
View: CLN_3C3_INVOICE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_3C3_INVOICE_V, object_name:CLN_3C3_INVOICE_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View of invoices which is used ot generate 3C3 outbound , implementation_dba_data: APPS.CLN_3C3_INVOICE_V ,
-
View: PO_NOTIFICATION_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_NOTIFICATION_DETAILS_V, object_name:PO_NOTIFICATION_DETAILS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_NOTIFICATION_DETAILS_V ,
-
VIEW: APPS.PO_NOTIFICATION_DETAILS_V
12.1.1
-
VIEW: APPS.PO_NOTIFICATION_DETAILS_V
12.2.2
-
VIEW: APPS.CLN_3C3_INVOICE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_3C3_INVOICE_V, object_name:CLN_3C3_INVOICE_V, status:VALID,
-
VIEW: APPS.CLN_3C3_INVOICE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_3C3_INVOICE_V, object_name:CLN_3C3_INVOICE_V, status:VALID,
-
VIEW: INL.INL_SHIP_LINES_INT#
12.2.2
-
View: CLN_3C3_INVOICE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_3C3_INVOICE_V, object_name:CLN_3C3_INVOICE_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View of invoices which is used ot generate 3C3 outbound , implementation_dba_data: APPS.CLN_3C3_INVOICE_V ,
-
VIEW: PON.PON_AUCTION_HEADERS_INTERFACE#
12.2.2
-
VIEW: AP.AP_SUPPLIERS_INT#
12.2.2
-
VIEW: APPS.CLN_3C3_INVOICE_V
12.2.2
-
VIEW: APPS.PO_NOTIFICATION_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_NOTIFICATION_DETAILS_V, object_name:PO_NOTIFICATION_DETAILS_V, status:VALID,
-
VIEW: APPS.PO_NOTIFICATION_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_NOTIFICATION_DETAILS_V, object_name:PO_NOTIFICATION_DETAILS_V, status:VALID,
-
VIEW: APPS.CLN_3C3_INVOICE_V
12.1.1
-
VIEW: AP.AP_SUPPLIER_SITES_INT#
12.2.2
-
VIEW: INL.INL_SHIP_LINES_INT#
12.2.2
owner:INL, object_type:VIEW, object_name:INL_SHIP_LINES_INT#, status:VALID,
-
VIEW: EC.ECE_PO_INTERFACE_HEADERS#
12.2.2
-
VIEW: PON.PON_AUCTION_HEADERS_INTERFACE#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_AUCTION_HEADERS_INTERFACE#, status:VALID,
-
TYPE: APPS.PO_OTM_ORDER_TYPE
12.1.1
owner:APPS, object_type:TYPE, object_name:PO_OTM_ORDER_TYPE, status:VALID,
-
VIEW: APPS.AP_VENDOR_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VENDOR_SITES_V, object_name:AP_VENDOR_SITES_V, status:VALID,
-
VIEW: APPS.AP_VENDOR_SITES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VENDOR_SITES_V, object_name:AP_VENDOR_SITES_V, status:VALID,
-
TYPE: APPS.PO_OTM_ORDER_TYPE
12.2.2
owner:APPS, object_type:TYPE, object_name:PO_OTM_ORDER_TYPE, status:VALID,
-
VIEW: APPS.ITG_PO_HEADER_ARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ITG.ITG_PO_HEADER_ARCH_V, object_name:ITG_PO_HEADER_ARCH_V, status:VALID,
-
TABLE: PON.PON_AUCTION_HEADERS_INTERFACE
12.2.2
owner:PON, object_type:TABLE, object_name:PON_AUCTION_HEADERS_INTERFACE, status:VALID,
-
VIEW: AP.AP_SUPPLIERS_INT#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_SUPPLIERS_INT#, status:VALID,
-
TYPE BODY: APPS.PO_OTM_ORDER_TYPE
12.1.1
-
VIEW: APPS.ITG_PO_HEADER_ARCH_V
12.2.2
-
TYPE BODY: APPS.PO_OTM_ORDER_TYPE
12.2.2
-
VIEW: AP.AP_SUPPLIER_SITES_INT#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_SUPPLIER_SITES_INT#, status:VALID,
-
TABLE: INL.INL_SHIP_LINES_INT
12.1.1
owner:INL, object_type:TABLE, fnd_design_data:INL.INL_SHIP_LINES_INT, object_name:INL_SHIP_LINES_INT, status:VALID,
-
View: AP_VENDOR_SITES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VENDOR_SITES_V, object_name:AP_VENDOR_SITES_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_VENDOR_SITES_V ,
-
View: AP_VENDOR_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VENDOR_SITES_V, object_name:AP_VENDOR_SITES_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_VENDOR_SITES_V ,
-
TABLE: INL.INL_SHIP_LINES_INT
12.2.2
owner:INL, object_type:TABLE, fnd_design_data:INL.INL_SHIP_LINES_INT, object_name:INL_SHIP_LINES_INT, status:VALID,
-
VIEW: EC.ECE_PO_INTERFACE_HEADERS#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_PO_INTERFACE_HEADERS#, status:VALID,
-
TYPE: APPS.POS_SUPPLIER_SITES_ALL_BO
12.2.2
owner:APPS, object_type:TYPE, object_name:POS_SUPPLIER_SITES_ALL_BO, status:VALID,
-
APPS.INL_INTEGRATION_GRP SQL Statements
12.1.1
-
PACKAGE: APPS.INL_INTEGRATION_GRP
12.1.1
-
TABLE: AP.AP_SUPPLIERS_INT
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIERS_INT, object_name:AP_SUPPLIERS_INT, status:VALID,
-
APPS.AP_APXVDMVD_PKG SQL Statements
12.1.1
-
APPS.AP_APXVDMVD_PKG SQL Statements
12.2.2
-
TABLE: AP.AP_SUPPLIER_SITES_INT
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_SITES_INT, object_name:AP_SUPPLIER_SITES_INT, status:VALID,
-
APPS.ITG_SYNCSUPPLIERINBOUND_PVT SQL Statements
12.2.2
-
APPS.ITG_SYNCSUPPLIERINBOUND_PVT SQL Statements
12.1.1
-
PACKAGE: APPS.INL_INTEGRATION_GRP
12.2.2
-
TABLE: AP.AP_SUPPLIERS_INT
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIERS_INT, object_name:AP_SUPPLIERS_INT, status:VALID,
-
TABLE: AP.AP_SUPPLIER_SITES_INT
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_SITES_INT, object_name:AP_SUPPLIER_SITES_INT, status:VALID,
-
APPS.INL_INTEGRATION_GRP SQL Statements
12.2.2
-
TABLE: EC.ECE_PO_INTERFACE_HEADERS
12.2.2
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_PO_INTERFACE_HEADERS, object_name:ECE_PO_INTERFACE_HEADERS, status:VALID,
-
TABLE: EC.ECE_PO_INTERFACE_HEADERS
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_PO_INTERFACE_HEADERS, object_name:ECE_PO_INTERFACE_HEADERS, status:VALID,