DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PSP_AUTO_ACCTS_V

Object Details
Object Name: PSP_AUTO_ACCTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPSP.PSP_AUTO_ACCTS_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier
ACCT_ID NUMBER (10) Yes Autopopulation account Identifer
ACCT_SEQ_NUM NUMBER (5) Yes Sequence Number of the Account
ACCT_TYPE VARCHAR2 (1) Yes Account type which could be either a Natural Account or Expenditure Type
PERIOD_TYPE VARCHAR2 (30) Yes Period Type
EXPENDITURE_TYPE VARCHAR2 (30)
Expenditure Type
SEGMENT_NUM NUMBER (3)
Segment Number
NATURAL_ACCOUNT VARCHAR2 (150)
Natural Account SEgment with which to replace by Autopop
START_DATE_ACTIVE DATE
Yes Activation Date for Autopop
END_DATE_ACTIVE DATE

End Date for Autopopulation Rules
BUSINESS_GROUP_ID NUMBER (15) Yes Business Group Identifier
SET_OF_BOOKS_ID NUMBER (15) Yes Set of Books identifier
RULE_DEFINITION VARCHAR2 (4000)
Complete Rule Definition
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      ACCT_ID
,      ACCT_SEQ_NUM
,      ACCT_TYPE
,      PERIOD_TYPE
,      EXPENDITURE_TYPE
,      SEGMENT_NUM
,      NATURAL_ACCOUNT
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      BUSINESS_GROUP_ID
,      SET_OF_BOOKS_ID
,      RULE_DEFINITION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM APPS.PSP_AUTO_ACCTS_V;

Dependencies

[top of page]

APPS.PSP_AUTO_ACCTS_V references the following:

SchemaAPPS
SynonymPSP_AUTO_ACCTS
SynonymPSP_AUTO_RULES

APPS.PSP_AUTO_ACCTS_V is not referenced by any database object