DBA Data[Home] [Help]

VIEW: APPS.AS_INTEREST_STATUSES_V

Source

View Text - Preformatted

SELECT int.rowid ,int.interest_type_id ,int.interest_status_code ,int.last_update_date ,int.last_updated_by ,int.creation_date ,int.created_by ,int.last_update_login ,int.enabled_flag ,look.meaning ,look.description from AS_LOOKUPS look , AS_INTEREST_STATUSES int where int.interest_status_code = look.lookup_code and look.lookup_type = 'INTEREST_STATUS'
View Text - HTML Formatted

SELECT INT.ROWID
, INT.INTEREST_TYPE_ID
, INT.INTEREST_STATUS_CODE
, INT.LAST_UPDATE_DATE
, INT.LAST_UPDATED_BY
, INT.CREATION_DATE
, INT.CREATED_BY
, INT.LAST_UPDATE_LOGIN
, INT.ENABLED_FLAG
, LOOK.MEANING
, LOOK.DESCRIPTION
FROM AS_LOOKUPS LOOK
, AS_INTEREST_STATUSES INT
WHERE INT.INTEREST_STATUS_CODE = LOOK.LOOKUP_CODE
AND LOOK.LOOKUP_TYPE = 'INTEREST_STATUS'