fnd_lookup_values_pkg.load_row
(x_lookup_type => 'MJF_FINAL_DESTINATION',
x_view_appsname => 'WSH',
x_lookup_code => p_destination,
x_enabled_flag => 'Y',
x_start_date_active => SYSDATE,
x_end_date_active => NULL,
x_territory_code => NULL,
x_tag => NULL,
x_attribute_category => NULL,
x_attribute1 => NULL,
x_attribute2 => NULL,
x_attribute3 => NULL,
x_attribute4 => NULL,
x_attribute5 => NULL,
x_attribute6 => NULL,
x_attribute7 => NULL,
x_attribute8 => NULL,
x_attribute9 => NULL,
x_attribute10 => NULL,
x_attribute11 => NULL,
x_attribute12 => NULL,
x_attribute13 => NULL,
x_attribute14 => NULL,
x_attribute15 => NULL,
x_last_update_date => NULL,
x_owner => NULL,
x_meaning => p_destination,
x_description => p_destination,
x_security_group => NULL,
x_custom_mode => NULL
);
(x_lookup_type => 'MJF_FINAL_DESTINATION',
x_view_appsname => 'WSH',
x_lookup_code => p_destination,
x_enabled_flag => 'Y',
x_start_date_active => SYSDATE,
x_end_date_active => NULL,
x_territory_code => NULL,
x_tag => NULL,
x_attribute_category => NULL,
x_attribute1 => NULL,
x_attribute2 => NULL,
x_attribute3 => NULL,
x_attribute4 => NULL,
x_attribute5 => NULL,
x_attribute6 => NULL,
x_attribute7 => NULL,
x_attribute8 => NULL,
x_attribute9 => NULL,
x_attribute10 => NULL,
x_attribute11 => NULL,
x_attribute12 => NULL,
x_attribute13 => NULL,
x_attribute14 => NULL,
x_attribute15 => NULL,
x_last_update_date => NULL,
x_owner => NULL,
x_meaning => p_destination,
x_description => p_destination,
x_security_group => NULL,
x_custom_mode => NULL
);