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


VIEW: APPS.IGF_AW_AWD_FRML_DET

Object Details
Object Name: IGF_AW_AWD_FRML_DET
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_AWD_FRML_DET
Subobject Name:
Status: VALID

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Database rowid for igf_aw_awd_frml_det table
FORMULA_CODE VARCHAR2 (30) Yes Unique code for each award formula
CI_CAL_TYPE VARCHAR2 (10) Yes Indicates the code for the award year calender type, used within the operating unit
CI_SEQUENCE_NUMBER NUMBER (6) Yes Indicates a unique identifier for the award year calender instance
SEQ_NO NUMBER (12) Yes Order in which funds are processed
FUND_ID NUMBER (15) Yes Unique identifier for each fund
MIN_AWARD_AMT NUMBER (12)
Minimum amount that can be awarded under this fund
MAX_AWARD_AMT NUMBER (12)
Maximum amount that can be awarded under this fund
REPLACE_FC VARCHAR2 (30)
Flag to indicate whether need includes family contribution or not
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
ORG_ID NUMBER (15)
PE_GROUP_ID NUMBER (6)
ADPLANS_ID NUMBER

Foreign Key to Award Distribution Plan Table
LOCK_AWARD_FLAG VARCHAR2 (1)
Indicator that decides if the award will be auto locked after being awarded.
Query Text

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


SELECT ROW_ID
,      FORMULA_CODE
,      CI_CAL_TYPE
,      CI_SEQUENCE_NUMBER
,      SEQ_NO
,      FUND_ID
,      MIN_AWARD_AMT
,      MAX_AWARD_AMT
,      REPLACE_FC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
,      PE_GROUP_ID
,      ADPLANS_ID
,      LOCK_AWARD_FLAG
FROM APPS.IGF_AW_AWD_FRML_DET;

Dependencies

[top of page]

APPS.IGF_AW_AWD_FRML_DET references the following:

SchemaAPPS
SynonymIGF_AW_AWD_FRML_DET_ALL
APPS.IGF_AW_AWD_FRML_DET is referenced by following:

SchemaAPPS
ViewIGF_AW_AWD_FRML_DET_V
Package BodyIGF_AW_GEN_003 - show dependent code
Package BodyIGF_AW_GEN_005 - show dependent code
Package BodyIGF_AW_PACKAGING - show dependent code