DBA Data[Home] [Help]

APPS.WSH_DETAILS_VALIDATIONS dependencies on MTL_RESERVATIONS

Line 8694: From mtl_reservations

8690: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'is_split_allowed';
8691:
8692: Cursor get_indiv_reservation Is
8693: Select 1
8694: From mtl_reservations
8695: Where demand_source_type_id = 2
8696: and demand_source_line_id = l_source_line_id
8697: and rownum = 1
8698: ;