DBA Data[Home] [Help]

VIEW: APPS.MST_AVAIL_FACILITY_V

Source

View Text - Preformatted

SELECT fte.facility_id, fte.location_id, fte.facility_code, fte.description from fte_location_parameters fte, wsh_locations wsh WHERE fte.location_id = wsh.wsh_location_id and wsh.location_source_code = 'HR' minus select fte.facility_id, fte.location_id, fte.facility_code, fte.description from fte_location_parameters fte, mst_po_location_asso_v ploc where fte.location_id = ploc.cust_location_id
View Text - HTML Formatted

SELECT FTE.FACILITY_ID
, FTE.LOCATION_ID
, FTE.FACILITY_CODE
, FTE.DESCRIPTION
FROM FTE_LOCATION_PARAMETERS FTE
, WSH_LOCATIONS WSH
WHERE FTE.LOCATION_ID = WSH.WSH_LOCATION_ID
AND WSH.LOCATION_SOURCE_CODE = 'HR' MINUS SELECT FTE.FACILITY_ID
, FTE.LOCATION_ID
, FTE.FACILITY_CODE
, FTE.DESCRIPTION
FROM FTE_LOCATION_PARAMETERS FTE
, MST_PO_LOCATION_ASSO_V PLOC
WHERE FTE.LOCATION_ID = PLOC.CUST_LOCATION_ID