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


VIEW: APPS.IGS_PS_NSUS_RTN_V

Object Details
Object Name: IGS_PS_NSUS_RTN_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PS_NSUS_RTN_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
ROW_ID ROWID (10)
Row identifier for this view
NON_STD_USEC_RTN_ID NUMBER
Yes System generated number to uniquely identify the non-standard unit section master setup
UOO_ID NUMBER

Unit Section Identifier associated with retention
FEE_TYPE VARCHAR2 (10)
Fee Type associated with retention
FEE_TYPE_DESC VARCHAR2 (60)
Fee Type Description associated with retention
DEFINITION_CODE VARCHAR2 (30) Yes The definition level for retention
DEFINITION_CODE_MEANING VARCHAR2 (80) Yes Definition Code meaning
FORMULA_METHOD VARCHAR2 (1) Yes The formula for calculating the retention offset date. Valid values are D - Number of Duration days, P - Percentage of Duration Days, N - Number of Meeting Days, M - Percentage of Meeting days
ROUND_METHOD VARCHAR2 (1) Yes The method of rounding off the result i.e. either S - Standard Round or A - Always Round Up
INCL_WKEND_DURATION_FLAG VARCHAR2 (1) Yes This will indicate whether to consider weekends for formula method duration days
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
Query Text

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


SELECT ROW_ID
,      NON_STD_USEC_RTN_ID
,      UOO_ID
,      FEE_TYPE
,      FEE_TYPE_DESC
,      DEFINITION_CODE
,      DEFINITION_CODE_MEANING
,      FORMULA_METHOD
,      ROUND_METHOD
,      INCL_WKEND_DURATION_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_NSUS_RTN_V;

Dependencies

[top of page]

APPS.IGS_PS_NSUS_RTN_V references the following:

SchemaAPPS
SynonymIGS_FI_FEE_TYPE_ALL
ViewIGS_LOOKUP_VALUES
SynonymIGS_PS_NSUS_RTN

APPS.IGS_PS_NSUS_RTN_V is not referenced by any database object