[Home] [Help]
[Dependency Information]
Object Name: | IGI_DUN_LETTER_SETS_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) | Unique identifier for row in view | |
DUNNING_LETTER_SET_ID | NUMBER | (15) | Yes | Dunning Letter Set identifier |
DUNNING_LETTER_SET_NAME | VARCHAR2 | (30) | Yes | Name of the dunning letter set |
USE_DUNNING_FLAG | VARCHAR2 | (1) | Yes | Allows decision on whether dunning charges should be applied |
CHARGE_PER_INVOICE_FLAG | VARCHAR2 | (1) | Yes | Holds check box values indicating whether to use the charge per invoice values |
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) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Yes | 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). |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, DUNNING_LETTER_SET_ID
, DUNNING_LETTER_SET_NAME
, USE_DUNNING_FLAG
, CHARGE_PER_INVOICE_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGI_DUN_LETTER_SETS_V;
APPS.IGI_DUN_LETTER_SETS_V is not referenced by any database object
|
|
|