[Home] [Help]
[Dependency Information]
Object Name: | AR_RECEIVABLES_TRX_ACT_S_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 |
---|---|---|---|---|
REC_ACT_ASSET_TAX_CODE | VARCHAR2 | (50) | Asset tax code from the AR_VAT_TAX table (tax groups are not allowed) | |
REC_ACT_ATTR1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR11 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR12 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR13 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR14 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR15 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
REC_ACT_ATTR_CAT | VARCHAR2 | (30) | Descriptive flexfield structure definition column. | |
REC_ACT_CODE_COMBINATION_ID | NUMBER | (15) | General Ledger code combination (account) | |
REC_ACT_DEF_ACCT_DISTRIB_SET | NUMBER | The default distribution set for the activity | ||
REC_ACT_DESCRIPTION | VARCHAR2 | (240) | Description of the receivables activity | |
REC_ACT_GL_ACCOUNT_SOURCE | VARCHAR2 | (30) | Lookup code for GL_ACCOUNT_SOURCE lookup type. Values include Activity GL Account, Distribution Set, Revenue on Invoice, and Tax Code on Invoice. | |
REC_ACT_LIABILITY_TAX_CODE | VARCHAR2 | (50) | Liability tax code from the AR_VAT_TAX table (tax groups are not allowed) | |
REC_ACT_NAME | VARCHAR2 | (50) | Yes | Name of the receivables activity |
REC_ACT_RECEIVABLES_TRX_ID | NUMBER | (15) | Yes | Record identifier |
REC_ACT_TAX_CODE_SOURCE | VARCHAR2 | (30) | Lookup code for TAX_CODE_SOURCE lookup type. Values include Activity, Invoice, and None. | |
REC_ACT_TAX_RECOVERABLE_FLAG | VARCHAR2 | (1) | Indicates whether tax for this activity is recoverable (not applicable to miscellaneous cash transactions) | |
REC_ACT_TYPE | VARCHAR2 | (30) | Lookup code for the type of the receivables activity | |
EVENT_ID | NUMBER | (15) | ||
LINE_NUMBER | NUMBER | (15) | ||
LEDGER_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT REC_ACT_ASSET_TAX_CODE
, REC_ACT_ATTR1
, REC_ACT_ATTR10
, REC_ACT_ATTR11
, REC_ACT_ATTR12
, REC_ACT_ATTR13
, REC_ACT_ATTR14
, REC_ACT_ATTR15
, REC_ACT_ATTR2
, REC_ACT_ATTR3
, REC_ACT_ATTR4
, REC_ACT_ATTR5
, REC_ACT_ATTR6
, REC_ACT_ATTR7
, REC_ACT_ATTR8
, REC_ACT_ATTR9
, REC_ACT_ATTR_CAT
, REC_ACT_CODE_COMBINATION_ID
, REC_ACT_DEF_ACCT_DISTRIB_SET
, REC_ACT_DESCRIPTION
, REC_ACT_GL_ACCOUNT_SOURCE
, REC_ACT_LIABILITY_TAX_CODE
, REC_ACT_NAME
, REC_ACT_RECEIVABLES_TRX_ID
, REC_ACT_TAX_CODE_SOURCE
, REC_ACT_TAX_RECOVERABLE_FLAG
, REC_ACT_TYPE
, EVENT_ID
, LINE_NUMBER
, LEDGER_ID
FROM APPS.AR_RECEIVABLES_TRX_ACT_S_V;
|
|
|