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


VIEW: APPS.PSP_DISTRIBUTION_BATCH_NAME_V

Object Details
Object Name: PSP_DISTRIBUTION_BATCH_NAME_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPSP.PSP_DISTRIBUTION_BATCH_NAME_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
BATCH_NAME VARCHAR2 (30) Yes Batch name displayed in the Maintain Pre-generated Distribution Lines window
CURRENCY_CODE VARCHAR2 (4000)
Currency Code
GL_POSTING_OVERRIDE_DATE DATE

GL Posting Override Date
BUSINESS_GROUP_ID NUMBER (15) Yes Business Group Identifier
SET_OF_BOOKS_ID NUMBER (15) Yes Set of Books Identifier
Query Text

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


SELECT BATCH_NAME
,      CURRENCY_CODE
,      GL_POSTING_OVERRIDE_DATE
,      BUSINESS_GROUP_ID
,      SET_OF_BOOKS_ID
FROM APPS.PSP_DISTRIBUTION_BATCH_NAME_V;

Dependencies

[top of page]

APPS.PSP_DISTRIBUTION_BATCH_NAME_V references the following:

SchemaAPPS
SynonymPSP_DISTRIBUTION_INTERFACE
PL/SQL PackagePSP_GENERAL - show dependent code

APPS.PSP_DISTRIBUTION_BATCH_NAME_V is not referenced by any database object