DBA Data[Home] [Help]

VIEW: APPS.MSD_DEM_ITEM_COST_V

Source

View Text - Preformatted

SELECT mtp_org.organization_code org_code, msi.item_name item_code, msi.standard_cost quantity, msd_dem_common_utilities.get_period_date_for_dummy sdate from msc_system_items msi, msc_trading_partners mtp_org WHERE msi.plan_id = -1 and mtp_org.sr_instance_id = msi.sr_instance_id and mtp_org.sr_tp_id = msi.organization_id and mtp_org.partner_type = 3
View Text - HTML Formatted

SELECT MTP_ORG.ORGANIZATION_CODE ORG_CODE
, MSI.ITEM_NAME ITEM_CODE
, MSI.STANDARD_COST QUANTITY
, MSD_DEM_COMMON_UTILITIES.GET_PERIOD_DATE_FOR_DUMMY SDATE
FROM MSC_SYSTEM_ITEMS MSI
, MSC_TRADING_PARTNERS MTP_ORG
WHERE MSI.PLAN_ID = -1
AND MTP_ORG.SR_INSTANCE_ID = MSI.SR_INSTANCE_ID
AND MTP_ORG.SR_TP_ID = MSI.ORGANIZATION_ID
AND MTP_ORG.PARTNER_TYPE = 3