[Home] [Help]
[Dependency Information]
Object Name: | CST_XLA_INTERORG_PARAMS_REF_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
FROM_ORGANIZATION_ID | NUMBER | Yes | Shipping organization identifier | |
TO_ORGANIZATION_ID | NUMBER | Yes | Receiving organization identifier | |
INTERORG_TXFR_DEBIT_ACCOUNT | NUMBER | Inter-organization transfer debit account | ||
INTERORG_TXFR_CREDIT_ACCOUNT | NUMBER | Inter-organization transfer credit account | ||
INTERORG_RECEIVABLES_ACCOUNT | NUMBER | Inter-organization receivables account | ||
INTERORG_PAYABLES_ACCOUNT | NUMBER | Inter-organization payables account | ||
INTERORG_PRICE_VAR_ACCOUNT | NUMBER | Inter-organization price variance account | ||
PROFIT_IN_INV_ACCOUNT | NUMBER | Inter-organization profit in inventory account | ||
INTERORG_PROFIT_ACCOUNT | NUMBER | Interorg Profit Account | ||
INTERORG_BRIDGING_ACCOUNT | NUMBER | Inter Organization Bridging Account | ||
INTERORG_EXPENSE_ACCOUNT | NUMBER | Inter Organization Expense Account | ||
INTERORG_REVENUE_ACCOUNT | NUMBER | Inter Organization Revenue Account | ||
EVENT_ID | NUMBER | (15) | XLA Event ID |
Cut, paste (and edit) the following text to query this object:
SELECT FROM_ORGANIZATION_ID
, TO_ORGANIZATION_ID
, INTERORG_TXFR_DEBIT_ACCOUNT
, INTERORG_TXFR_CREDIT_ACCOUNT
, INTERORG_RECEIVABLES_ACCOUNT
, INTERORG_PAYABLES_ACCOUNT
, INTERORG_PRICE_VAR_ACCOUNT
, PROFIT_IN_INV_ACCOUNT
, INTERORG_PROFIT_ACCOUNT
, INTERORG_BRIDGING_ACCOUNT
, INTERORG_EXPENSE_ACCOUNT
, INTERORG_REVENUE_ACCOUNT
, EVENT_ID
FROM APPS.CST_XLA_INTERORG_PARAMS_REF_V;
|
|
|