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


VIEW: APPS.POR_TEMPLATES_V

Object Details
Object Name: POR_TEMPLATES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewICX.POR_TEMPLATES_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


The POR_TEMPLATES_V view returns the information used to display the information template. It gives out the name of the information template and the AK region code that it used.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row identifier of the information template.
TEMPLATE_CODE VARCHAR2 (30) Yes Unique identifier of information template
TEMPLATE_NAME VARCHAR2 (240) Yes Information template name in session language
ALL_ORG_FLAG VARCHAR2 (1)
Flag to determine whether the information template is assigned to all operating units.
ATTACHMENT_CATEGORY_ID NUMBER
Yes Foreign key to column CATEGORY_ID from table FND_DOCUMENT_CATEGORIES.
Query Text

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


SELECT ROW_ID
,      TEMPLATE_CODE
,      TEMPLATE_NAME
,      ALL_ORG_FLAG
,      ATTACHMENT_CATEGORY_ID
FROM APPS.POR_TEMPLATES_V;

Dependencies

[top of page]

APPS.POR_TEMPLATES_V references the following:

SchemaAPPS
SynonymPOR_TEMPLATES_ALL_B
SynonymPOR_TEMPLATES_ALL_TL
APPS.POR_TEMPLATES_V is referenced by following:

SchemaAPPS
Package BodyPOR_IFT_ADMIN_PKG - show dependent code
Package BodyPOR_UTIL_PKG - show dependent code