[Home] [Help]
[Dependency Information]
| Object Name: | POR_TEMPLATES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.POR_TEMPLATES_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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. |
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;
APPS
POR_TEMPLATES_ALL_B
POR_TEMPLATES_ALL_TL
APPS
POR_IFT_ADMIN_PKG
- show dependent code
POR_UTIL_PKG
- show dependent code
|
|
|
|