[Home] [Help]
[Dependency Information]
Object Name: | PAY_AU_MODULE_PARAMETERS |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table defines the parameters associated with the module
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MODULE_PARAMETER_ID | NUMBER | (15) | Yes | System generated primary key |
MODULE_ID | NUMBER | (15) | Yes | Foreign key to pay_au_modules |
INTERNAL_NAME | VARCHAR2 | (30) | Yes | Used to key the parameter in the generic code caller internal parameter data store. |
DATA_TYPE | VARCHAR2 | (30) | Yes | Paramter data type |
INPUT_FLAG | VARCHAR2 | (30) | Yes | Flag to indicate if the parameter is an input. |
CONTEXT_FLAG | VARCHAR2 | (30) | Yes | Flag indicates that the parameter is a context. (Flag is ignored for procedures ot functions). |
OUTPUT_FLAG | VARCHAR2 | (30) | Yes | Flag indicates if the paramters is an output. |
RESULT_FLAG | VARCHAR2 | (30) | Yes | Flag indicates that the paramters is to be stored as a result. |
ERROR_MESSAGE_FLAG | VARCHAR2 | (30) | Yes | Flag indicates that the parameter is an error message. |
FUNCTION_RETURN_FLAG | VARCHAR2 | (30) | Yes | Flag indicates that the parameter is a function return. |
ENABLED_FLAG | VARCHAR2 | (30) | Yes | Flag indicates that the parameter is enabled. |
EXTERNAL_NAME | VARCHAR2 | (30) | Yes | Name of the parameter in the module. Parameters are passed by name and this is when the external name is used. |
DATABASE_ITEM_NAME | VARCHAR2 | (30) | This is the name of the X_ (extract) database item that the result should be saved against. | |
CONSTANT_VALUE | VARCHAR2 | (240) | Constant value for the parameter. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | System generated version number of the row. Increments by one with each update. |
Cut, paste (and edit) the following text to query this object:
SELECT MODULE_PARAMETER_ID
, MODULE_ID
, INTERNAL_NAME
, DATA_TYPE
, INPUT_FLAG
, CONTEXT_FLAG
, OUTPUT_FLAG
, RESULT_FLAG
, ERROR_MESSAGE_FLAG
, FUNCTION_RETURN_FLAG
, ENABLED_FLAG
, EXTERNAL_NAME
, DATABASE_ITEM_NAME
, CONSTANT_VALUE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM HR.PAY_AU_MODULE_PARAMETERS;
HR.PAY_AU_MODULE_PARAMETERS does not reference any database object
HR.PAY_AU_MODULE_PARAMETERS is referenced by following:
|
|
|