[Home] [Help]
[Dependency Information]
| Object Name: | AX_SETUP_INV_ORG_PROCS |
|---|---|
| Object Type: | TABLE |
| Owner: | AX |
| FND Design Data: | AX.AX_SETUP_INV_ORG_PROCS
|
| Subobject Name: | |
| Status: | VALID |
This table contains setup parameters specific to the Inventory
organization. Therefore, all the rows in this table have the
APPLICATION_ID column set to 401 (Oracle Inventory); this column exists to
properly define a foreign key towards AX_SETUP_SUBLEDGERS.
It contains one row for each organization connected with the main Set
of Books.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
APPLICATION_ID
MAIN_SET_OF_BOOKS_ID
ORGANIZATION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AX_SETUP_INV_ORG_PROCS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
MAIN_SET_OF_BOOKS_ID
ORGANIZATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| APPLICATION_ID | NUMBER | Yes | Application identifier | |
| MAIN_SET_OF_BOOKS_ID | NUMBER | Yes | Main Set of Books identifier | |
| ORGANIZATION_ID | NUMBER | Yes | Inventory organization identifier | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
| REQUEST_ID | NUMBER | Standard Who column | ||
| PROGRAM_APPLICATION_ID | NUMBER | Standard Who column | ||
| PROGRAM_ID | NUMBER | Standard Who column | ||
| PROGRAM_UPDATE_DATE | DATE | Standard Who column | ||
| COST_UPDATE_BRIDGING | VARCHAR2 | (1) | Yes | Cost update bridging flag |
| INV_ADJUSTMENT_BRIDGING | VARCHAR2 | (1) | Yes | Inventory adjustment bridging flag |
| MISC_ISSUE_BRIDGING | VARCHAR2 | (1) | Yes | Miscellaneous issue bridging flag |
| MISC_RECEIPT_BRIDGING | VARCHAR2 | (1) | Yes | Miscellaneous receipt bridging flag |
Cut, paste (and edit) the following text to query this object:
SELECT LAST_UPDATED_BY
, APPLICATION_ID
, MAIN_SET_OF_BOOKS_ID
, ORGANIZATION_ID
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, COST_UPDATE_BRIDGING
, INV_ADJUSTMENT_BRIDGING
, MISC_ISSUE_BRIDGING
, MISC_RECEIPT_BRIDGING
FROM AX.AX_SETUP_INV_ORG_PROCS;
AX.AX_SETUP_INV_ORG_PROCS does not reference any database object
AX.AX_SETUP_INV_ORG_PROCS is referenced by following:
AX
AX_SETUP_INV_ORG_PROCS#
|
|
|
|