[Home] [Help]
[Dependency Information]
| Object Name: | JTF_FM_TEMPLATE |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_FM_TEMPLATE
|
| Subobject Name: | |
| Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
stores information about the fulfillment templates
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SOURCE_CODE_ID | NUMBER | Campaign Field | ||
| SOURCE_CODE | VARCHAR2 | (100) | Campaign Field | |
| OBJECT_TYPE | VARCHAR2 | (30) | Campaign Field | |
| OBJECT_ID | NUMBER | Campaign Field | ||
| TEMPLATE_ID | NUMBER | Yes | Unique template ID | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| ORG_ID | NUMBER | (15) | Organization identifier | |
| F_DELETEDFLAG | VARCHAR2 | (1) | Flag to indicate HTML components that the record has been deleted | |
| TEMPLATE_NAME | VARCHAR2 | (50) | Name of fulfillment template | |
| TEMPLATE_DESC | VARCHAR2 | (255) | Template Description | |
| STATUS | VARCHAR2 | (20) | Stores status of current template | |
| OBJECT_VERSION_NUMBER | NUMBER | Sequential number used for database locking control when using HTML as a user interface |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE_CODE_ID
, SOURCE_CODE
, OBJECT_TYPE
, OBJECT_ID
, TEMPLATE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ORG_ID
, F_DELETEDFLAG
, TEMPLATE_NAME
, TEMPLATE_DESC
, STATUS
, OBJECT_VERSION_NUMBER
FROM APPS.JTF_FM_TEMPLATE;
APPS
JTF_FM_TEMPLATE_ALL
APPS
IEX_DUNNINGS_ACCT_BALI_V
IEX_DUNNINGS_PARTY_BALI_V
IEX_DUNNING_UWQ_V
IEX_PAYING_DUNNINGS_BALI_V
|
|
|
|