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


VIEW: APPS.FEM_BUS_RULES_VL

Object Details
Object Name: FEM_BUS_RULES_VL
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Business Rule dimension members


[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_ID NUMBER (9) Yes Object (Business Rule) internal identifier
OBJECT_NAME VARCHAR2 (150) Yes Object (Business Rule) translatable name
DESCRIPTION VARCHAR2 (255)
General Ledger Period Set member translatable name
ENABLED_FLAG CHAR (1)
Enabled Flag - designates if the record is available for use (Y) or logically deleted (N)
READ_ONLY_FLAG CHAR (1)
Read only flag - a Y designates that the record cannot be edited by users
PERSONAL_FLAG CHAR (1)
A Y designates that the record belongs to a personal dimension member that is only available to the user that created the member
CREATION_DATE DATE
Yes Creation Date for the record
CREATED_BY NUMBER (15) Yes Created By user
LAST_UPDATED_BY NUMBER (15) Yes Last Updated by user
LAST_UPDATE_DATE DATE
Yes Last update date for the record
LAST_UPDATE_LOGIN NUMBER (15)
Last update login for the record
Query Text

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


SELECT OBJECT_ID
,      OBJECT_NAME
,      DESCRIPTION
,      ENABLED_FLAG
,      READ_ONLY_FLAG
,      PERSONAL_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.FEM_BUS_RULES_VL;

Dependencies

[top of page]

APPS.FEM_BUS_RULES_VL references the following:

SchemaAPPS
SynonymFEM_OBJECT_CATALOG_B
SynonymFEM_OBJECT_CATALOG_TL

APPS.FEM_BUS_RULES_VL is not referenced by any database object