[Home] [Help]
[Dependency Information]
| Object Name: | FEM_BILLMETHDS_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Billing Method dimension members
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Uniquely identifies each row within mult-language views | |
| BILLING_METHOD_CODE | VARCHAR2 | (30) | Yes | Billing Method member identifier |
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Enabled Flag - designates if the record is available for use (Y) or logically deleted (N) |
| PERSONAL_FLAG | VARCHAR2 | (1) | Yes | A Y designates that the record belongs to a personal dimension member that is only available to the user that created the member |
| READ_ONLY_FLAG | VARCHAR2 | (1) | Yes | Read only flag - a Y designates that the record cannot be edited by users |
| 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 | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | Internal column for concurrency purposes | |
| BILLING_METHOD_NAME | VARCHAR2 | (150) | Yes | Billing Method member translatable name |
| DESCRIPTION | VARCHAR2 | (255) | General Ledger Period Set member translatable name |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, BILLING_METHOD_CODE
, ENABLED_FLAG
, PERSONAL_FLAG
, READ_ONLY_FLAG
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, BILLING_METHOD_NAME
, DESCRIPTION
FROM APPS.FEM_BILLMETHDS_VL;
APPS
FEM_BILLMETHDS_B
FEM_BILLMETHDS_TL
APPS
FEM_BILLMETHDS_DL
FEM_BILLMETHDS_IL
FEM_BILLMETHDS_UL
|
|
|
|