76: BEGIN
77: x_return_Status := 'C';
78: select 1
79: into exist_unspecified
80: from dual
81: where exists (select 1
82: from wsh_delivery_details wdd,
83: wsh_delivery_assignments wda
84: WHERE wdd.delivery_detail_id = wda.delivery_detail_id