[Home] [Help]
[Dependency Information]
| Object Name: | IGI_AR_MISC_CASH_DISTS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGI.IGI_AR_MISC_CASH_DISTS
|
| Subobject Name: | |
| Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
IGI_AR_MISC_CASH_DISTS holds information for miscellaneous cash distributions. It is based on IGI_AR_MISC_CASH_DISTS_ALL table.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MISC_CASH_DISTRIBUTION_ID | NUMBER | (15) | Yes | Primary key for distributions of miscellaneous cash |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| 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). | |
| ORG_ID | NUMBER | (15) | Organization identifier | |
| ARC_POSTING_CONTROL_ID | NUMBER | (15) | Identifies the submission of the posting program to the General Ledger Cash Set of Books. Default is -3 | |
| ARC_GL_POSTED_DATE | DATE | Date posted to the General Ledger Cash Set of Books |
Cut, paste (and edit) the following text to query this object:
SELECT MISC_CASH_DISTRIBUTION_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ORG_ID
, ARC_POSTING_CONTROL_ID
, ARC_GL_POSTED_DATE
FROM APPS.IGI_AR_MISC_CASH_DISTS;
APPS
IGI_AR_MISC_CASH_DISTS_ALL
APPS
IGIRCBAP
- show dependent code
IGIRCBJP
- show dependent code
|
|
|
|