This table stores category information from your product repository. There is one row per category.

Column Name

Type

Length

Null Allowed

Description

ID

varchar

40

No

Identifier; primary key.

NCATEGORY_ID

varchar

40

No

Natural ID for the category.

NAME

varchar

254

No

Category name in the default language.

NAME_EN

varchar

254

Yes

Category name in English.

DESCRIPTION

varchar

254

Yes

Category description in the default language.

DESCRIPTION_EN

varchar

254

Yes

Category description in English.

PARENT_CAT_ID

int

Yes

ID of the parent category, if applicable. Foreign key to ARF_CATEGORY.ID column.

RECORD_LAST_UPDATE

timestamp

Yes

Date the record was last updated.

RECORD_START_DATE

timestamp

Yes

Date when the information in this warehouse record became effective

RECORD_END_DATE

timestamp

Yes

Date when the information in this warehouse record is no longer effective.

MOST_RECENT

one-digit

No

Indicates that this record is the most recent.

0 = No

1 = Yes

DELETED

one-digit

No

Indicates that this record has been deleted.

0= No

1 = Yes


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices