DBA Data[Home] [Help]

VIEW: APPS.CZ_CONFIG_CONTENTS_V

Source

View Text - Preformatted

SELECT cz_config_items.config_hdr_id, cz_config_items.config_rev_nbr, cz_config_items.config_item_id, cz_config_items.parent_config_item_id, cz_config_items.sequence_nbr, cz_config_items.instance_config_item_id, cz_config_items.target_config_item_id, cz_config_items.name, cz_config_items.ps_node_id, cz_config_items.instance_nbr, cz_config_items.value_type_code, cz_config_items.item_val, cz_config_items.organization_id, cz_config_items.inventory_item_id, cz_config_items.bom_item_type, cz_config_items.node_identifier, cz_config_items.component_sequence_id, cz_config_items.bom_sort_order, cz_config_items.uom_code, cz_config_items.quoteable_flag, cz_config_items.user_num01, cz_config_items.user_num02, cz_config_items.user_num03, cz_config_items.user_num04, cz_config_items.user_str01, cz_config_items.user_str02, cz_config_items.user_str03, cz_config_items.user_str04, cz_config_items.created_by, cz_config_items.last_updated_by, cz_config_items.last_update_login, cz_config_items.creation_date, cz_config_items.last_update_date, cz_config_items.ato_config_item_id, cz_config_inputs.config_input_id, cz_config_inputs.input_seq, cz_config_inputs.input_type_code, cz_config_inputs.instance_action_type, cz_config_inputs.input_val, cz_config_inputs.target_config_input_id, cz_config_inputs.parent_input_id, CZ_CONFIG_ITEMS.INSTANCE_HDR_ID, CZ_CONFIG_ITEMS.INSTANCE_REV_NBR, CZ_CONFIG_ITEMS.target_hdr_id, CZ_CONFIG_ITEMS.target_rev_nbr, CZ_CONFIG_ITEMS.CONFIG_DELTA, CZ_CONFIG_ITEMS.LINE_TYPE, CZ_CONFIG_ITEMS.LOCATION_ID, CZ_CONFIG_ITEMS.LOCATION_TYPE_CODE, CZ_CONFIG_ITEMS.COMPONENT_INSTANCE_TYPE, CZ_CONFIG_ITEMS.IB_TRACKABLE, CZ_CONFIG_ITEMS.EXT_ACTIVATED_FLAG, CZ_CONFIG_ITEMS.DISCONTINUED_FLAG , cz_config_inputs.input_num_val, cz_config_items.item_num_val, CZ_CONFIG_ITEMS.ORIG_SYS_REF, cz_config_items.item_src_appl_id, CZ_CONFIG_ITEMS.PS_NODE_NAME, CZ_CONFIG_ITEMS.TANGIBLE_ITEM_FLAG, CZ_CONFIG_ITEMS.RETURNED_FLAG from cz_config_items, cz_config_inputs WHERE cz_config_inputs.config_hdr_id(+)=cz_config_items.config_hdr_id and cz_config_inputs.config_rev_nbr(+)=cz_config_items.config_rev_nbr and cz_config_inputs.config_item_id(+)=cz_config_items.config_item_id and cz_config_inputs.deleted_flag(+)=cz_config_items.deleted_flag and cz_config_items.deleted_flag='0'
View Text - HTML Formatted

SELECT CZ_CONFIG_ITEMS.CONFIG_HDR_ID
, CZ_CONFIG_ITEMS.CONFIG_REV_NBR
, CZ_CONFIG_ITEMS.CONFIG_ITEM_ID
, CZ_CONFIG_ITEMS.PARENT_CONFIG_ITEM_ID
, CZ_CONFIG_ITEMS.SEQUENCE_NBR
, CZ_CONFIG_ITEMS.INSTANCE_CONFIG_ITEM_ID
, CZ_CONFIG_ITEMS.TARGET_CONFIG_ITEM_ID
, CZ_CONFIG_ITEMS.NAME
, CZ_CONFIG_ITEMS.PS_NODE_ID
, CZ_CONFIG_ITEMS.INSTANCE_NBR
, CZ_CONFIG_ITEMS.VALUE_TYPE_CODE
, CZ_CONFIG_ITEMS.ITEM_VAL
, CZ_CONFIG_ITEMS.ORGANIZATION_ID
, CZ_CONFIG_ITEMS.INVENTORY_ITEM_ID
, CZ_CONFIG_ITEMS.BOM_ITEM_TYPE
, CZ_CONFIG_ITEMS.NODE_IDENTIFIER
, CZ_CONFIG_ITEMS.COMPONENT_SEQUENCE_ID
, CZ_CONFIG_ITEMS.BOM_SORT_ORDER
, CZ_CONFIG_ITEMS.UOM_CODE
, CZ_CONFIG_ITEMS.QUOTEABLE_FLAG
, CZ_CONFIG_ITEMS.USER_NUM01
, CZ_CONFIG_ITEMS.USER_NUM02
, CZ_CONFIG_ITEMS.USER_NUM03
, CZ_CONFIG_ITEMS.USER_NUM04
, CZ_CONFIG_ITEMS.USER_STR01
, CZ_CONFIG_ITEMS.USER_STR02
, CZ_CONFIG_ITEMS.USER_STR03
, CZ_CONFIG_ITEMS.USER_STR04
, CZ_CONFIG_ITEMS.CREATED_BY
, CZ_CONFIG_ITEMS.LAST_UPDATED_BY
, CZ_CONFIG_ITEMS.LAST_UPDATE_LOGIN
, CZ_CONFIG_ITEMS.CREATION_DATE
, CZ_CONFIG_ITEMS.LAST_UPDATE_DATE
, CZ_CONFIG_ITEMS.ATO_CONFIG_ITEM_ID
, CZ_CONFIG_INPUTS.CONFIG_INPUT_ID
, CZ_CONFIG_INPUTS.INPUT_SEQ
, CZ_CONFIG_INPUTS.INPUT_TYPE_CODE
, CZ_CONFIG_INPUTS.INSTANCE_ACTION_TYPE
, CZ_CONFIG_INPUTS.INPUT_VAL
, CZ_CONFIG_INPUTS.TARGET_CONFIG_INPUT_ID
, CZ_CONFIG_INPUTS.PARENT_INPUT_ID
, CZ_CONFIG_ITEMS.INSTANCE_HDR_ID
, CZ_CONFIG_ITEMS.INSTANCE_REV_NBR
, CZ_CONFIG_ITEMS.TARGET_HDR_ID
, CZ_CONFIG_ITEMS.TARGET_REV_NBR
, CZ_CONFIG_ITEMS.CONFIG_DELTA
, CZ_CONFIG_ITEMS.LINE_TYPE
, CZ_CONFIG_ITEMS.LOCATION_ID
, CZ_CONFIG_ITEMS.LOCATION_TYPE_CODE
, CZ_CONFIG_ITEMS.COMPONENT_INSTANCE_TYPE
, CZ_CONFIG_ITEMS.IB_TRACKABLE
, CZ_CONFIG_ITEMS.EXT_ACTIVATED_FLAG
, CZ_CONFIG_ITEMS.DISCONTINUED_FLAG
, CZ_CONFIG_INPUTS.INPUT_NUM_VAL
, CZ_CONFIG_ITEMS.ITEM_NUM_VAL
, CZ_CONFIG_ITEMS.ORIG_SYS_REF
, CZ_CONFIG_ITEMS.ITEM_SRC_APPL_ID
, CZ_CONFIG_ITEMS.PS_NODE_NAME
, CZ_CONFIG_ITEMS.TANGIBLE_ITEM_FLAG
, CZ_CONFIG_ITEMS.RETURNED_FLAG
FROM CZ_CONFIG_ITEMS
, CZ_CONFIG_INPUTS
WHERE CZ_CONFIG_INPUTS.CONFIG_HDR_ID(+)=CZ_CONFIG_ITEMS.CONFIG_HDR_ID
AND CZ_CONFIG_INPUTS.CONFIG_REV_NBR(+)=CZ_CONFIG_ITEMS.CONFIG_REV_NBR
AND CZ_CONFIG_INPUTS.CONFIG_ITEM_ID(+)=CZ_CONFIG_ITEMS.CONFIG_ITEM_ID
AND CZ_CONFIG_INPUTS.DELETED_FLAG(+)=CZ_CONFIG_ITEMS.DELETED_FLAG
AND CZ_CONFIG_ITEMS.DELETED_FLAG='0'