[Home] [Help]
[Dependency Information]
Object Name: | IGS_RU_DESCRIPTION_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ||
SEQUENCE_NUMBER | NUMBER | (6) | Yes | rule_description.sequence_number |
RULE_DESCRIPTION | VARCHAR2 | (255) | Yes | This field contains the Rule Description. A rule description is the name or parameter of a rule, that is used to by another rule to call it. Eg. ack_rule_1 whould be called by another rule. |
S_RETURN_TYPE | VARCHAR2 | (20) | Yes | This field contains the value that the rule can return EG. STRING indicates that a string is returned ie `This is a string`. Other xample of a return types are BOOLEAN SET and NUMBER |
DESCRIPTION | VARCHAR2 | (2000) | This field contains comments about the rule. Comments are advisable to describe what the rule does, what rules call it, and what rules it calls. | |
RULE_TEXT | CHAR | (0) | This field contains the text of the rule. The text determines the functions of the rule. | |
PARENTHESIS_IND | VARCHAR2 | (1) | ||
S_TURIN_FUNCTION | VARCHAR2 | (10) | RULE_DESCRIPTION.S_TURIN_FUNCTION | |
CREATED_BY | NUMBER | (15) | Yes | |
CREATION_DATE | DATE | Yes | ||
LAST_UPDATED_BY | NUMBER | (15) | Yes | |
LAST_UPDATE_DATE | DATE | Yes | ||
LAST_UPDATE_LOGIN | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, SEQUENCE_NUMBER
, RULE_DESCRIPTION
, S_RETURN_TYPE
, DESCRIPTION
, RULE_TEXT
, PARENTHESIS_IND
, S_TURIN_FUNCTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_RU_DESCRIPTION_V;
APPS.IGS_RU_DESCRIPTION_V is not referenced by any database object
|
|
|