Search Results bill_address2
Overview
APPS.PA_TASK_CUSTOMERS_V is a view in the Oracle E-Business Suite Projects (PA) schema that exposes customer and address information associated with project tasks. It is classified in the ETRM as an internal, unsupported object: Oracle Corporation does not support direct access to application data through this view except from standard Oracle Applications programs. Its FND Design Data identifier is PA.PA_TASK_CUSTOMERS_V, and its status is VALID in both EBS 12.1.1 and 12.2.2.
The defining characteristic of this view is that it denormalizes the relationship between tasks, project customers, and Trading Community Architecture (TCA) address data into a single flat resultset. Each row carries a project identifier, task identifier, customer identifiers, and formatted bill-to and ship-to address lines. The presence of the SHIP_ADDRESS1 through SHIP_ADDRESS4 columns is significant: this view is the principal PA-layer vehicle through which a task's ship-to address is surfaced without requiring the caller to join through HZ_LOCATIONS or HZ_PARTY_SITES directly. That explains why a search such as "ship_address1" resolves to this object.
Underlying Base Objects
ETRM documents the view as referencing the following base objects, all exposed as synonyms owned by APPS:
- PA_PROJECT_CUSTOMERS — the primary Projects-side table associating customers with projects and supplying bill-to/ship-to customer and address references.
- PA_TASKS — supplies TASK_ID and the linkage from the project to its tasks.
- HZ_CUST_ACCOUNTS — customer account definition, providing customer name and number.
- HZ_CUST_ACCT_SITES — the customer account site assignments used to resolve bill-to and ship-to sites.
- HZ_PARTY_SITES — the party-site intersection records underlying address assignments.
- HZ_LOCATIONS — the actual formatted address lines (address1 through address4).
- HZ_PARTIES — party-level information backing the customer records.
The view is not referenced by any database object, confirming it is a terminal read-only interface intended for consumers rather than for further composition inside the schema.
Key Columns
The view exposes eighteen columns. The structural keys are PROJECT_ID and TASK_ID (both NUMBER(15)), which identify the project and task context for each row. CUSTOMER_ID, BILL_TO_CUSTOMER_ID, and SHIP_TO_CUSTOMER_ID identify the customer party and its bill-to and ship-to variants. CUSTOMER_NAME (VARCHAR2(50)) and CUSTOMER_NUMBER (VARCHAR2(30)) provide human-readable identification.
Address resolution is carried by BILL_TO_ADDRESS_ID and SHIP_TO_ADDRESS_ID, each paired with four descriptive columns. BILL_ADDRESS1 through BILL_ADDRESS3 and SHIP_ADDRESS1 through SHIP_ADDRESS3 are VARCHAR2(240); the fourth line in each group is VARCHAR2(489), reflecting the concatenated city/state/postal/country formatting used by HZ_LOCATIONS. SHIP_ADDRESS1 is the first line of the ship-to address and is the column most commonly targeted by ad hoc lookups.
Common Use Cases and Queries
The typical use case is a reporting or interface requirement to print or export the ship-to address for tasks under a given project without navigating the TCA model. A representative query is:
SELECT task_id, customer_name, ship_address1, ship_address2, ship_address3 FROM apps.pa_task_customers_v WHERE project_id = :p_project_id;SELECT task_id, ship_to_customer_id, ship_address1 FROM apps.pa_task_customers_v WHERE ship_address1 IS NOT NULL;— used to find tasks with a populated ship-to line.SELECT project_id, task_id, bill_address1, ship_address1 FROM apps.pa_task_customers_v WHERE customer_id = :p_customer_id ORDER BY project_id, task_id;
Because the object is flagged Oracle Internal Use Only, any use should be confined to controlled reporting contexts, and the supported path remains the standard Oracle Applications programs that consume this view.
-
VIEW: APPS.PA_TASK_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_CUSTOMERS_V, object_name:PA_TASK_CUSTOMERS_V, status:VALID,
-
VIEW: APPS.PA_TASK_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_CUSTOMERS_V, object_name:PA_TASK_CUSTOMERS_V, status:VALID,
-
VIEW: APPS.AR_SHIP_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_ADDRESS_V, object_name:AR_SHIP_ADDRESS_V, status:VALID,
-
View: IGI_RPI_STANDING_CHARGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_RPI_STANDING_CHARGES_V, object_name:IGI_RPI_STANDING_CHARGES_V, status:VALID, product: IGI - Public Sector Financials International , description: View for the standing charges forms based on IGI_RPI_STANDING_CHARGES view , implementation_dba_data: APPS.IGI_RPI_STANDING_CHARGES_V ,
-
VIEW: APPS.AR_SHIP_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_ADDRESS_V, object_name:AR_SHIP_ADDRESS_V, status:VALID,
-
VIEW: APPS.PAFV_CUSTOMERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMERS, object_name:PAFV_CUSTOMERS, status:VALID,
-
View: IGI_RPI_STANDING_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_RPI_STANDING_CHARGES_V, object_name:IGI_RPI_STANDING_CHARGES_V, status:VALID, product: IGI - Public Sector Financials International , description: View for the standing charges forms based on IGI_RPI_STANDING_CHARGES view , implementation_dba_data: APPS.IGI_RPI_STANDING_CHARGES_V ,
-
View: CSI_CP_SYSTEMS_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_SYSTEMS_MAINT_V, object_name:CSI_CP_SYSTEMS_MAINT_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product-Systems Details , implementation_dba_data: APPS.CSI_CP_SYSTEMS_MAINT_V ,
-
VIEW: APPS.PA_PROJECT_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_CUSTOMERS_V, object_name:PA_PROJECT_CUSTOMERS_V, status:VALID,
-
VIEW: APPS.PA_PROJECT_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_CUSTOMERS_V, object_name:PA_PROJECT_CUSTOMERS_V, status:VALID,
-
VIEW: APPS.PAFV_CUSTOMERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMERS, object_name:PAFV_CUSTOMERS, status:VALID,
-
View: CS_CP_SYSTEMS_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CP_SYSTEMS_MAINT_V, object_name:CS_CP_SYSTEMS_MAINT_V, status:VALID, product: CS - Service , description: System details of a product in InstalledBase , implementation_dba_data: APPS.CS_CP_SYSTEMS_MAINT_V ,
-
View: CSI_CP_SYSTEMS_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_SYSTEMS_MAINT_V, object_name:CSI_CP_SYSTEMS_MAINT_V, status:VALID, product: CSI - Install Base , description: Backward Compatible : Customer Product-Systems Details , implementation_dba_data: APPS.CSI_CP_SYSTEMS_MAINT_V ,
-
VIEW: APPS.IGI_RPI_STANDING_CHARGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_RPI_STANDING_CHARGES_V, object_name:IGI_RPI_STANDING_CHARGES_V, status:VALID,
-
View: AR_SHIP_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_ADDRESS_V, object_name:AR_SHIP_ADDRESS_V, status:VALID, product: AR - Receivables , description: Active Ship to Addresses , implementation_dba_data: APPS.AR_SHIP_ADDRESS_V ,
-
VIEW: APPS.IGI_RPI_STANDING_CHARGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGI.IGI_RPI_STANDING_CHARGES_V, object_name:IGI_RPI_STANDING_CHARGES_V, status:VALID,
-
View: CS_CP_SYSTEMS_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CP_SYSTEMS_MAINT_V, object_name:CS_CP_SYSTEMS_MAINT_V, status:VALID, product: CS - Service , description: System details of a product in InstalledBase , implementation_dba_data: APPS.CS_CP_SYSTEMS_MAINT_V ,
-
View: PA_TASK_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_CUSTOMERS_V, object_name:PA_TASK_CUSTOMERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_CUSTOMERS_V ,
-
VIEW: APPS.CSI_CP_SYSTEMS_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_SYSTEMS_MAINT_V, object_name:CSI_CP_SYSTEMS_MAINT_V, status:VALID,
-
VIEW: APPS.CSI_CP_SYSTEMS_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CP_SYSTEMS_MAINT_V, object_name:CSI_CP_SYSTEMS_MAINT_V, status:VALID,
-
View: PA_TASK_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TASK_CUSTOMERS_V, object_name:PA_TASK_CUSTOMERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TASK_CUSTOMERS_V ,
-
View: AR_SHIP_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_ADDRESS_V, object_name:AR_SHIP_ADDRESS_V, status:VALID, product: AR - Receivables , description: Active Ship to Addresses , implementation_dba_data: APPS.AR_SHIP_ADDRESS_V ,
-
View: PA_PROJECT_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_CUSTOMERS_V, object_name:PA_PROJECT_CUSTOMERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_CUSTOMERS_V ,
-
View: PA_PROJECT_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJECT_CUSTOMERS_V, object_name:PA_PROJECT_CUSTOMERS_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJECT_CUSTOMERS_V ,
-
View: PAFV_CUSTOMERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMERS, object_name:PAFV_CUSTOMERS, status:VALID, product: PA - Projects , description: This shows information about customers related to a project. , implementation_dba_data: APPS.PAFV_CUSTOMERS ,
-
VIEW: APPS.CSI_CP_SYSTEMS_MAINT_V
12.1.1
-
VIEW: APPS.CS_CP_SYSTEMS_MAINT_V
12.2.2
-
View: PAFV_CUSTOMERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMERS, object_name:PAFV_CUSTOMERS, status:VALID, product: PA - Projects , description: This shows information about customers related to a project. , implementation_dba_data: APPS.PAFV_CUSTOMERS ,
-
VIEW: APPS.AR_SHIP_ADDRESS_V
12.2.2
-
VIEW: APPS.CS_CP_SYSTEMS_MAINT_V
12.1.1
-
VIEW: APPS.CSI_CP_SYSTEMS_MAINT_V
12.2.2
-
VIEW: APPS.IGI_RPI_STANDING_CHARGES_V
12.1.1
-
VIEW: APPS.AR_SHIP_ADDRESS_V
12.1.1
-
VIEW: APPS.IGI_RPI_STANDING_CHARGES_V
12.2.2
-
VIEW: APPS.CS_CP_SYSTEMS_MAINT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CP_SYSTEMS_MAINT_V, object_name:CS_CP_SYSTEMS_MAINT_V, status:VALID,
-
VIEW: APPS.CS_CP_SYSTEMS_MAINT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_CP_SYSTEMS_MAINT_V, object_name:CS_CP_SYSTEMS_MAINT_V, status:VALID,
-
APPS.PON_PRINTING_PKG SQL Statements
12.1.1
-
APPS.PON_PRINTING_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PON_PRINTING_PKG
12.1.1
-
PACKAGE BODY: APPS.PON_PRINTING_PKG
12.2.2
-
eTRM - CSI Tables and Views
12.2.2
description: Temporary table that holds the unprocessed XNP messages during data correction process. ,
-
eTRM - CSI Tables and Views
12.1.1
description: Temporary table that holds the unprocessed XNP messages during data correction process. ,
-
eTRM - IGI Tables and Views
12.2.2
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - IGI Tables and Views
12.1.1
description: This is a temporary table used for GBV migration from 10.7/11.03 to 11i. ,
-
eTRM - CS Tables and Views
12.1.1
description: Table to store web conference details for an SR. ,
-
eTRM - CS Tables and Views
12.2.2
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,