DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_OPTIONS

Object Details
Object Name: PA_OPTIONS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_OPTIONS
Subobject Name:
Status: VALID


PA_OPTIONS stores all available navigation options for a project
template. The options are used by the Projects window. Options can be
at (a) project level, (b) project and task level, or (c) task level
only. The Options are stored in a multi-level hierarchy using
OPTION_CODE and PARENT_OPTION_CODE. Oracle Projects predefines all
values.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_OPTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnOPTION_CODE
Columns
Name Datatype Length Mandatory Comments
OPTION_CODE VARCHAR2 (30) Yes Primary key of the Table
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who Column
OPTION_NAME VARCHAR2 (60) Yes The Option Name.
PROJECT_LEVEL_FLAG VARCHAR2 (1) Yes Indicates whether the Option is available at the Project level
TASK_LEVEL_CODE VARCHAR2 (2) Yes Indicates the level of the task at which the option is available Valid values are 'A' - All Tasks, 'T' - Top Task, 'L' - Lowest level task, 'TL' - Top and lowest level tasks, and 'N' - Not available at Task level
SORT_ORDER NUMBER
Yes The order in which the options would be displayed to the user
PARENT_OPTION_CODE VARCHAR2 (30)
The option code of the parent
OPTION_FUNCTION_NAME VARCHAR2 (430)
Holds the associated Function name. This value is used to determine function security for the option.
INTERNAL_PRODUCT_CODE VARCHAR2 (30)
Identify the type of seed data (billing or costing)
ACCESS_MODULE VARCHAR2 (30)
To classify options by environment
TOP_OPTION_CODE VARCHAR2 (30)
Indicates a top header option.
ALLOW_OVERRIDE_ENABLED_FLAG VARCHAR2 (1)
To allow users to modify the required flag for the options.
USAGE_CODE VARCHAR2 (1)
To allow users to display an option in project
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OPTION_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OPTION_NAME
,      PROJECT_LEVEL_FLAG
,      TASK_LEVEL_CODE
,      SORT_ORDER
,      PARENT_OPTION_CODE
,      OPTION_FUNCTION_NAME
,      INTERNAL_PRODUCT_CODE
,      ACCESS_MODULE
,      TOP_OPTION_CODE
,      ALLOW_OVERRIDE_ENABLED_FLAG
,      USAGE_CODE
FROM PA.PA_OPTIONS;

Dependencies

[top of page]

PA.PA_OPTIONS does not reference any database object

PA.PA_OPTIONS is referenced by following:

SchemaAPPS
SynonymPA_OPTIONS