DBA Data[Home] [Help]

VIEW: APPS.MSC_PUSH_CATEGORY_V

Source

View Text - Preformatted

SELECT distinct mic.category_name category_name, mic.sr_category_id sr_category_id, mcs.sr_instance_id sr_instance_id, mpov.compile_designator compile_designator FROM msc_item_categories mic, msc_category_sets mcs, msc_plan_organizations_v mpov WHERE mic.category_set_id = mcs.category_set_id and mic.sr_instance_id = mcs.sr_instance_id and mcs.default_flag =1 and mic.organization_id = mpov.planned_organization and mic.sr_instance_id = mpov.sr_instance_id
View Text - HTML Formatted

SELECT DISTINCT MIC.CATEGORY_NAME CATEGORY_NAME
, MIC.SR_CATEGORY_ID SR_CATEGORY_ID
, MCS.SR_INSTANCE_ID SR_INSTANCE_ID
, MPOV.COMPILE_DESIGNATOR COMPILE_DESIGNATOR
FROM MSC_ITEM_CATEGORIES MIC
, MSC_CATEGORY_SETS MCS
, MSC_PLAN_ORGANIZATIONS_V MPOV
WHERE MIC.CATEGORY_SET_ID = MCS.CATEGORY_SET_ID
AND MIC.SR_INSTANCE_ID = MCS.SR_INSTANCE_ID
AND MCS.DEFAULT_FLAG =1
AND MIC.ORGANIZATION_ID = MPOV.PLANNED_ORGANIZATION
AND MIC.SR_INSTANCE_ID = MPOV.SR_INSTANCE_ID