PJC_XLA_EXP_TYPE_REF_V

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: VIEW

Columns

Name

EXPENDITURE_TYPE_ID

EXPENDITURE_TYPE

EXPENDITURE_CATEGORY_ID

EXPENDITURE_CATEGORY

REVENUE_CATEGORY

EXP_TYPE_ATTRIBUTE_CATEGORY

EXP_TYPE_ATTRIBUTE1

EXP_TYPE_ATTRIBUTE2

EXP_TYPE_ATTRIBUTE3

EXP_TYPE_ATTRIBUTE4

EXP_TYPE_ATTRIBUTE5

EXP_TYPE_ATTRIBUTE6

EXP_TYPE_ATTRIBUTE7

EXP_TYPE_ATTRIBUTE8

EXP_TYPE_ATTRIBUTE9

EXP_TYPE_ATTRIBUTE10

EXP_TYPE_ATTRIBUTE11

EXP_TYPE_ATTRIBUTE12

EXP_TYPE_ATTRIBUTE13

EXP_TYPE_ATTRIBUTE14

EXP_TYPE_ATTRIBUTE15

EXP_CAT_ATTRIBUTE_CATEGORY

EXP_CAT_ATTRIBUTE1

EXP_CAT_ATTRIBUTE2

EXP_CAT_ATTRIBUTE3

EXP_CAT_ATTRIBUTE4

EXP_CAT_ATTRIBUTE5

EXP_CAT_ATTRIBUTE6

EXP_CAT_ATTRIBUTE7

EXP_CAT_ATTRIBUTE8

EXP_CAT_ATTRIBUTE9

EXP_CAT_ATTRIBUTE10

EXP_CAT_ATTRIBUTE11

EXP_CAT_ATTRIBUTE12

EXP_CAT_ATTRIBUTE13

EXP_CAT_ATTRIBUTE14

EXP_CAT_ATTRIBUTE15

Query

SQL_Statement

SELECT exp_types.expenditure_type_id ,

exp_types.expenditure_type_id expenditure_type,

exp_types.expenditure_category_id expenditure_category_id ,

exp_types.expenditure_category_id EXPENDITURE_CATEGORY,

exp_types.revenue_category_code revenue_category,

exp_types.attribute_category exp_type_attribute_category,

exp_types.attribute1 exp_type_attribute1,

exp_types.attribute2 exp_type_attribute2,

exp_types.attribute3 exp_type_attribute3,

exp_types.attribute4 exp_type_attribute4,

exp_types.attribute5 exp_type_attribute5,

exp_types.attribute6 exp_type_attribute6,

exp_types.attribute7 exp_type_attribute7,

exp_types.attribute8 exp_type_attribute8,

exp_types.attribute9 exp_type_attribute9,

exp_types.attribute10 exp_type_attribute10,

exp_types.attribute11 exp_type_attribute11,

exp_types.attribute12 exp_type_attribute12,

exp_types.attribute13 exp_type_attribute13,

exp_types.attribute14 exp_type_attribute14,

exp_types.attribute15 exp_type_attribute15,

exp_cat.attribute_category exp_cat_attribute_category,

exp_cat.attribute1 exp_cat_attribute1,

exp_cat.attribute2 exp_cat_attribute2,

exp_cat.attribute3 exp_cat_attribute3,

exp_cat.attribute4 exp_cat_attribute4,

exp_cat.attribute5 exp_cat_attribute5,

exp_cat.attribute6 exp_cat_attribute6,

exp_cat.attribute7 exp_cat_attribute7,

exp_cat.attribute8 exp_cat_attribute8,

exp_cat.attribute9 exp_cat_attribute9,

exp_cat.attribute10 exp_cat_attribute10,

exp_cat.attribute11 exp_cat_attribute11,

exp_cat.attribute12 exp_cat_attribute12,

exp_cat.attribute13 exp_cat_attribute13,

exp_cat.attribute14 exp_cat_attribute14,

exp_cat.attribute15 exp_cat_attribute15

FROM pjf_exp_types_b exp_types,

pjf_exp_categories_b exp_cat

WHERE exp_types.expenditure_category_id= exp_cat.expenditure_category_id