DBA Data[Home] [Help]

APPS.MST_AUDIT_REP_EXCP dependencies on FTE_LOCATION_PARAMETERS

Line 66: FROM FTE_LOCATION_PARAMETERS param,

62: OR det.ship_to_location_id = loc.wsh_location_id)
63: AND ( latitude is null OR longitude is null)
64: UNION
65: SELECT distinct wsh_location_id as location_id
66: FROM FTE_LOCATION_PARAMETERS param,
67: WSH_LOCATIONS loc
68: WHERE loc.wsh_location_id = param.location_id
69: AND ( param.consolidation_allowed = 'Y'
70: OR param.deconsolidation_allowed = 'Y'