DBA Data[Home] [Help]

APPS.WSH_DETAILS_VALIDATIONS dependencies on MTL_RESERVATIONS

Line 8984: From mtl_reservations

8980: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'is_split_allowed';
8981:
8982: Cursor get_indiv_reservation Is
8983: Select 1
8984: From mtl_reservations
8985: Where demand_source_type_id = 2
8986: and demand_source_line_id = l_source_line_id
8987: and rownum = 1
8988: ;