[Home] [Help]
[Dependency Information]
Object Name: | OIE_DATA_CAPTURE_RULES |
---|---|
Object Type: | TABLE |
Owner: | AP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores the data capture rule definitions that are associated with expense types.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OIE_DATA_CAPTURE_RULES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
OIE_DATA_CAPTURE_RULES_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RULE_ID | NUMBER | (15) | Yes | Entity Identifier |
RULE_NAME | VARCHAR2 | (80) | Yes | Name of person who is attendee/recepient |
RULE_DESCRIPTION | VARCHAR2 | (240) | Yes | Title of the attendee/recepient |
DATA_CAPTURE_TYPE | VARCHAR2 | (30) | Yes | Indicates option to capture data for employee only, non-employee only or both. |
INCLUDE_FILER_FLAG | VARCHAR2 | (1) | Indicates the type of defaulting of the filer as an attendee. | |
LAST_UPDATE_DATE | DATE | Yes | Standard WHO column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO column | |
CREATED_BY | NUMBER | (15) | Yes | Standard WHO column |
CREATION_DATE | DATE | Yes | Standard WHO column |
Cut, paste (and edit) the following text to query this object:
SELECT RULE_ID
, RULE_NAME
, RULE_DESCRIPTION
, DATA_CAPTURE_TYPE
, INCLUDE_FILER_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM AP.OIE_DATA_CAPTURE_RULES;
AP.OIE_DATA_CAPTURE_RULES does not reference any database object
AP.OIE_DATA_CAPTURE_RULES is referenced by following:
|
|
|