Search Results lookup_code
Overview
APPS.EDWBV_HR_ASCH_ASG_CHNG_LCV is an Oracle E-Business Suite Business Intelligence (BI) Warehouse "Bulk View" (BV) that defines a level of the HR Assignment Changes (ASCH) dimensional hierarchy. It belongs to the ETRM (E-Business Tax and Reporting Model) family of objects and is registered under the APPS schema. The view materializes the lookup-code-driven change-flag combinations that describe how an assignment changed between two points in time — covering organization, job, position, grade, geography, and other change attributes as well as the resulting change status. Its central role is to supply deterministic dimension rows (a surrogate primary key plus display names) to downstream ETL processes and BI reports, so that assignment-change facts can be sliced by combinations of "Yes/No" lookup values. It is a conformed dimension source: the composite key it generates is referenced by related ETRM views and by the OLAP/BI Warehouse star schemas that load from it.
Underlying Base Objects
Although the documented metadata lists no base objects, the view text is explicit about its sources. Every column is generated from the HR_LOOKUPS table (the HR lookup values table, keyed by lookup_type). The definition joins seven inline subqueries, each aliased t1 through t7, and each of these selects rows from hr_lookups where lookup_type = 'YES_NO'. Each subquery projects a decoded value via hr_general.decode_lookup('YES_NO', lookup_code), the raw lookup_code, and (in the first alias only) creation_date and last_update_date. The cross-product of the seven "Yes/No" lookup codes produces the dimension's members. The view therefore depends on the HR lookup mechanism and the HR_GENERAL PL/SQL package for decoding, rather than on transactional assignment tables.
Key Columns
- ASG_CHANGE_PK — Concatenation of the seven lookup codes plus
instance_code, forming the level's dimension primary key (e.g.Y-Y-N-N-N-N-A-1). - NAME / ASG_CHANGE_DP — Human-readable dimension member name, the same concatenation of lookup codes with the instance code in parentheses;
ASG_CHANGE_DPis the descriptive display label. - ORG_CHANGE_FLAG, JOB_CHANGE_FLAG, POS_CHANGE_FLAG, GRD_CHANGE_FLAG, GEOG_CHANGE_FLAG, OTHER_CHANGE_FLAG — Flag columns derived from
t1–t6, each indicating whether that attribute changed in the assignment (decoded Yes/No). - CHANGE_STATUS — Derived from
t7.lookup_code, classifying the overall change status. - INSTANCE — The
instance_codeidentifying the source instance or operating unit context. - ALL_FK — Constant value
'ALL', used for shared/all-context foreign-key joins. - CREATION_DATE and NVL(LAST_UPDATE_DATE, 01-JAN-2000) — Standard BI Warehouse audit columns.
- ASG_CHANGE_CODE — Exposed as
NULL; reserved for a future or alternate change code attribute.
Common Use Cases and Queries
This view is typically consumed during the ETL load of the HR assignment-change dimension and in ad-hoc validation of lookup-driven change flags. A representative query listing the members is:
SELECT asg_change_pk, name, change_status, instance FROM apps.edwbv_hr_asch_asg_chng_lcv ORDER BY asg_change_pk;
To isolate members where an organization change occurred:
SELECT name, org_change_flag, job_change_flag, change_status FROM apps.edwbv_hr_asch_asg_chng_lcv WHERE org_change_flag = 'Yes';
Because the primary key is deterministic and derived entirely from lookup codes, the view is also used to reconcile fact rows against the dimension and to confirm that all expected Yes/No combinations of assignment changes are represented before report execution.
-
VIEW: APPS.EDWBV_HR_ASCH_ASG_CHNG_LCV
12.1.1
-
View: EDWBV_HR_ASCH_ASG_CHNG_LCV
12.2.2
product: HRI - Human Resources Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: EDWBV_HR_ASCH_ASG_CHNG_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:HRI.EDWBV_HR_ASCH_ASG_CHNG_LCV, object_name:EDWBV_HR_ASCH_ASG_CHNG_LCV, status:VALID, product: HRI - Human Resources Intelligence , implementation_dba_data: APPS.EDWBV_HR_ASCH_ASG_CHNG_LCV ,
-
VIEW: APPS.XTR_RECONCILIATION_MATRIX_V
12.1.1
-
VIEW: APPS.PO_RFQ_HEADERS_PRINT
12.2.2
-
VIEW: APPS.XTR_RECONCILIATION_MATRIX_V
12.2.2
-
View: XTR_RECONCILIATION_MATRIX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_RECONCILIATION_MATRIX_V, object_name:XTR_RECONCILIATION_MATRIX_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_RECONCILIATION_MATRIX_V ,
-
VIEW: APPS.PA_FCST_PROJ_SHOW_AMT_V
12.1.1
-
VIEW: APPS.PO_RFQ_HEADERS_PRINT
12.1.1
-
VIEW: APPS.PA_FCST_PROJ_SHOW_AMT_V
12.2.2
-
APPS.PO_HR_LOCATION SQL Statements
12.2.2
-
APPS.PO_HR_LOCATION SQL Statements
12.1.1
-
View: XTR_RECONCILIATION_MATRIX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_RECONCILIATION_MATRIX_V, object_name:XTR_RECONCILIATION_MATRIX_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_RECONCILIATION_MATRIX_V ,
-
VIEW: APPS.PO_LINE_LOCATIONS_CHANGE_PRINT
12.2.2
-
VIEW: APPS.PO_LINE_LOCATIONS_CHANGE_PRINT
12.1.1
-
VIEW: APPS.MTL_SYSTEM_ITEMS_FKEYS_V
12.1.1
-
VIEW: APPS.MTL_SYSTEM_ITEMS_FKEYS_V
12.2.2
-
VIEW: APPS.MSC_SIM_ITEM_ATTRIBUTES_V
12.2.2
-
VIEW: APPS.IGF_AP_IA_LOOKUP_V
12.1.1
-
View: PO_LINE_LOCATIONS_CHANGE_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_CHANGE_PRINT, object_name:PO_LINE_LOCATIONS_CHANGE_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LINE_LOCATIONS_CHANGE_PRINT ,
-
VIEW: APPS.MSC_SIM_ITEM_ATTRIBUTES_V
12.1.1
-
Concurrent Program: MSCATPDP
12.1.1
execution_filename: msc_cl_pull.launch_monitor , product: MSC - Advanced Supply Chain Planning , user_name: MSCPDP , description: Planning Data Pull , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: PO_LINE_LOCATIONS_CHANGE_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_LINE_LOCATIONS_CHANGE_PRINT, object_name:PO_LINE_LOCATIONS_CHANGE_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_LINE_LOCATIONS_CHANGE_PRINT ,
-
View: MTL_SYSTEM_ITEMS_FKEYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_FKEYS_V, object_name:MTL_SYSTEM_ITEMS_FKEYS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_FKEYS_V ,
-
VIEW: APPS.XDP_ADAPTER_TYPE_REQ_TYPES_V
12.2.2
-
View: PA_FCST_PROJ_SHOW_AMT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_SHOW_AMT_V, object_name:PA_FCST_PROJ_SHOW_AMT_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJ_SHOW_AMT_V is a view that shows project forecasting amount type , implementation_dba_data: APPS.PA_FCST_PROJ_SHOW_AMT_V ,
-
VIEW: APPS.MTL_ITEM_ATTRIBUTES_V
12.2.2
-
VIEW: APPS.AMW_EXPORT_CTRL_V
12.1.1
-
Concurrent Program: MSCATPDP
12.2.2
execution_filename: msc_cl_pull.launch_monitor , product: MSC - Advanced Supply Chain Planning , user_name: MSCPDP , description: Planning Data Pull , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: PA_FCST_PROJ_SHOW_AMT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FCST_PROJ_SHOW_AMT_V, object_name:PA_FCST_PROJ_SHOW_AMT_V, status:VALID, product: PA - Projects , description: PA_FCST_PROJ_SHOW_AMT_V is a view that shows project forecasting amount type , implementation_dba_data: APPS.PA_FCST_PROJ_SHOW_AMT_V ,
-
VIEW: APPS.XDP_ADAPTER_TYPE_REQ_TYPES_V
12.1.1
-
APPS.EDW_HR_ASG_CHNG_M_SIZING SQL Statements
12.1.1
-
VIEW: APPS.WMS_OP_PLAN_DETAILS_V
12.1.1
-
VIEW: APPS.WMS_OP_PLAN_DETAILS_V
12.2.2
-
View: AMW_EXPORT_CTRL_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.CSR_RULES_TRANSLATED_V
12.2.2
-
VIEW: APPS.PER_ALL_PEOPLE_D
12.1.1
-
VIEW: APPS.MTL_ITEM_ATTRIBUTES_V
12.1.1
-
View: MTL_SYSTEM_ITEMS_FKEYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_FKEYS_V, object_name:MTL_SYSTEM_ITEMS_FKEYS_V, status:VALID, product: INV - Inventory , description: 10SC ONLY , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_FKEYS_V ,
-
View: AMW_EXPORT_CTRL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_EXPORT_CTRL_V, object_name:AMW_EXPORT_CTRL_V, status:VALID, product: AMW - Internal Controls Manager , implementation_dba_data: APPS.AMW_EXPORT_CTRL_V ,
-
VIEW: APPS.PO_SGD_HDRS_UDA_V
12.2.2
-
VIEW: APPS.IGS_PE_EV_FORM_V
12.1.1
-
VIEW: APPS.EDW_LOOKUP_CODE_FKV
12.1.1
-
VIEW: APPS.PER_ALL_PEOPLE_D
12.2.2
-
VIEW: APPS.MSC_ITEM_ATTRIBUTES_V
12.1.1
-
VIEW: APPS.MRP_PLANNING_EXCEPTION_SETS_V
12.1.1
-
VIEW: APPS.OTA_CATEGORY_USAGES_V
12.1.1
-
VIEW: APPS.OTA_CATEGORY_USAGES_V
12.2.2
-
VIEW: APPS.AHL_MR_HEADERS_V
12.1.1
-
VIEW: APPS.AHL_MR_HEADERS_V
12.2.2